From 633f6f9b393395d4f901e423b3ec1bdc99dc1704 Mon Sep 17 00:00:00 2001 From: Jaime Marquínez Ferrándiz Date: Tue, 7 May 2013 14:25:15 +0200 Subject: Fix float display --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') 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; +} -- cgit v1.2.3