diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-21 01:01:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-21 01:01:25 +0000 |
commit | c6429c17ca59f36bf54986b438bf00cce85986f2 (patch) | |
tree | 5fe2f54190120006d644acd916b56cc49cc5615e /template/yoga/default-layout.css | |
parent | 22631d6dfda79a30aad1588204493b2ffb6e81cf (diff) |
- minor language changes and use template->assign instead of template->assign_var
git-svn-id: http://piwigo.org/svn/trunk@2288 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 44 |
1 files changed, 11 insertions, 33 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 025dc1f78..d7e8fc865 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -9,7 +9,7 @@ BODY { } #the_page { - /* Just in case another template needs an inner frame */ + /* Just in case another template needs an inner frame */ } H1 { @@ -21,29 +21,24 @@ H1 { } H2 { - margin: 0; - padding: 5px 0.5em 5px 0.5em; - text-align: left; - font-size: 120%; -} -H5 { - margin: 0; - padding: 0 1.5em 0 30%; - text-align: right; - font-size: 90%; + margin: 0; + padding: 5px 0.5em 5px 0.5em; + text-align: left; + font-size: 120%; } + A { - text-decoration:none; - border-bottom: 1px dotted #005e89; + text-decoration:none; + border-bottom: 1px dotted #005e89; } A:hover { - border-bottom: 1px solid #858460; + border-bottom: 1px solid #858460; } A.button, A.button:hover { - border: 0; + border: 0; } IMG { - border: none; + border: none; } HR.separation { @@ -210,19 +205,6 @@ FORM.properties SPAN.property { margin-bottom: 0.5em; } -#theHeader P { - margin-top: 0; - padding: 0; -} - -FORM#addComment FIELDSET LABEL { - clear: both; -} - -FORM#addComment FIELDSET INPUT[type="hidden"] { - display: none; -} - /* button tools */ UL.actions { text-indent: 0; @@ -272,10 +254,6 @@ BODY#thePopuphelpPage #copyright { display: none; } -BODY#thePopuphelpPage #theHeader P { - display: none; -} - BODY#thePopuphelpPage #content P { text-align: justify; padding: 0.5em; |