diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-12-03 17:33:38 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-12-03 17:33:38 +0000 |
commit | dc3c040399475f7b68497919c39c90adcca4caa5 (patch) | |
tree | 3ccb0c670035f5cf94c6d849b78cb6a926fb2478 /template/yoga/menubar.css | |
parent | 9731fc4ba5593b972aeac5d7f751253c3e82f840 (diff) |
improve template : split theme from template itself
rest of the job : template (yoga), themes (clear dark), and php to handle them
git-svn-id: http://piwigo.org/svn/trunk@960 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index f5a7c80a3..3b136fced 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -1,10 +1,5 @@ #menubar { - /* Do not put font-size: 90% here for it makes it harder to have correct - margin for contentarea */ float: left; - left: 0px; - - width: 22em; margin: 0 0 10px 1em; padding: 0; /* Fix against the "double margin of a floated item" IE bug */ @@ -13,10 +8,6 @@ text-align: left; /* follow-up of the "be nice to IE5" rule */ } -BODY#theAdminPage #menubar { - width: 12em; -} - #menubar DL, #menubar DT, #menubar DD { margin: 0; padding: 0; display: block; } @@ -24,11 +15,9 @@ BODY#theAdminPage #menubar { /* H2 properties copied here */ #menubar DT { font-weight: bold; /* default for h2 */ - margin: 0; padding: 5px 10px; font-size: 120%; - text-align: center; } |