diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-10 06:21:15 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-10 06:21:15 +0000 |
commit | acd3b90822cf9104307b76fbde980fec40245f51 (patch) | |
tree | 245372e8c7dc9f34b89a40480458927a32e74977 /themes/default/theme.css | |
parent | 20a45721f56377711cc99369fc742aed20cd0911 (diff) |
first sprite usage on picture page
git-svn-id: http://piwigo.org/svn/trunk@8066 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 87c685684..e0cf02373 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -1,3 +1,4 @@ +@import "iconset.css"; /** * Menubar */ @@ -816,4 +817,5 @@ LEGEND { } #piwigoAbout {width:600px;margin:0 auto;} -#linkToPiwigo {text-align:center;}
\ No newline at end of file +#linkToPiwigo {text-align:center;} + |