diff options
author | plegall <plg@piwigo.org> | 2014-06-16 13:53:16 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-06-16 13:53:16 +0000 |
commit | 0511ed2236b1fab9bc9c23b6c3bbee82ee4efdb5 (patch) | |
tree | 39d968320efbfd7f6ff79843a47cbac3cf49a21b /themes/default/theme.css | |
parent | aacdb5a8bd5ed9936bc6d44a60b8b86a4e12283c (diff) |
feature 3091: search.php (advanced search), display a list of known authors instead of a text field.
git-svn-id: http://piwigo.org/svn/trunk@28707 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 08114a392..bbf5e4091 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -507,7 +507,6 @@ SELECT.categoryList { FIELDSET { padding: 1em; margin: 1em; - overflow: hidden; /* <- makes Opera happy */ } .filter UL, |