summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 1b8fece55..6946eb7e9 100644
--- a/style.css
+++ b/style.css
@@ -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;
+}