diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:22:45 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:22:45 +0000 |
commit | e62f7a14ae81dea130ef8422a8fbc3e8f940b0e1 (patch) | |
tree | 31722ddd97989c2d3bc60d20e56459adc08a0fca /themes/default | |
parent | 387354816b46f0ee429c530de940583edb24bd93 (diff) |
default theme made an inefficient css efficient
git-svn-id: http://piwigo.org/svn/trunk@8637 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 9ab611405..92e2f154f 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -70,7 +70,7 @@ padding: 0; /*IE6 requires padding 0*/ } -#quickconnect FIELDSET DIV { +#quickconnect DIV { margin: 8px 5px; padding: 0; } |