From 2eb5321b191f107014a5c76a6a21e3ba3a06ffa1 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 20 Jan 2010 17:00:31 +0100 Subject: minimum tab width --- default.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'default.css') diff --git a/default.css b/default.css index 08ba509..677c6b0 100644 --- a/default.css +++ b/default.css @@ -217,6 +217,10 @@ html { font-size:0.9em; } +div#tabs{ + min-width:65em; +} + div#tabs ul{ margin-top: 2em; } @@ -230,7 +234,7 @@ div#tabs ul{ margin-left: 0em; margin-bottom: 0em; padding: 0em; - list-style-type: none; + list-style: none; } div#tabs li{ -- cgit v1.2.3