diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-23 05:22:19 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-23 05:22:19 +0000 |
commit | 732eb6bfba05cd1969fb5898e5bc50c978b2ff0b (patch) | |
tree | b22ddf13d45e1515f81c7406f7248d68b62df238 /themes/default/theme.css | |
parent | 2a49b76ae10cb7bcef5145f3a96151e0d62848a9 (diff) |
removed unused files / code / css; shorter code
git-svn-id: http://piwigo.org/svn/trunk@8247 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 3c5f22998..184b895af 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -559,16 +559,6 @@ FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT { margin-right:0; } -/* following declaration is important to avoid strange FF behaviour */ -FORM.filter FIELDSET LABEL SPAN SELECT { - margin: 0; -} - -FORM.filter FIELDSET P -{ - clear: left; - display: block; -} FORM.filter INPUT[type="submit"] { margin-top: 1em; |