diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-10-13 05:01:14 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-10-13 05:01:14 +0000 |
commit | a187974f05bb290e6f86942ed4ece455e90b81f2 (patch) | |
tree | 16aeca677539cd2f36c1fe3ac4de67d5850da84f /themes/elegant/theme.css | |
parent | efbc08e537e26dde5f1bd98de4f8608ad6e81501 (diff) |
simplified first and last holders in picture navigation...
git-svn-id: http://piwigo.org/svn/trunk@24881 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/elegant/theme.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index e5b046cbd..0c247e0a7 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -223,7 +223,6 @@ a:hover { border-bottom: none;} #imageInfos .navThumb { position: relative; margin: 0; overflow: hidden;} #imageInfos #linkPrev { float: left;} #imageInfos #linkNext { float: right;} -#imageInfos #linkFirst, #imageInfos #linkLast { border-color: #444444;} #imageInfos .prevThumbHover { background: transparent url(icon/none.png) no-repeat center center;} #imageInfos .prevThumbHover:hover { background: transparent url(icon/img_prev.png) no-repeat center center;} #imageInfos .nextThumbHover { background: transparent url(icon/none.png) no-repeat center center;} |