diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; +} |