Fix float display

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-05-07 14:25:15 +02:00
parent 71c8858fcd
commit 633f6f9b39
2 changed files with 6 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ hr {
margin-top: 10ex;
text-align: center;
font-size: x-small;
clear: both;
}
h1 {
font-size: x-large;
@@ -145,3 +146,7 @@ tt {
background-color: #448888;
border: 2px solid #008888;
}
.all-versions {
float: left;
}