diff options
author | mistic100 <mistic@piwigo.org> | 2012-04-08 13:32:57 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-04-08 13:32:57 +0000 |
commit | 60068e141257a7618a2f00ac33ff100fc911b1a7 (patch) | |
tree | 0666445fe7fd41c3e9fff16ce23591c24ac2b45e /themes/elegant/theme.css | |
parent | 3d2007eee6acc56fb8351efd3fa33d5e44df9cd1 (diff) |
theme elegant: remove css rule witch block easy customisation, no side effect
git-svn-id: http://piwigo.org/svn/trunk@13983 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/elegant/theme.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index affe97d80..f35c5227a 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -253,8 +253,6 @@ a:hover { border-bottom: none;} #commentAdd input[type="text"], #commentAdd textarea { - min-width: 95%; - max-width: 95%; width: 95%; font-family: Arial,Helvetica,sans-serif; font-size: 100%; |