diff options
Diffstat (limited to 'themes/default/theme.css')
-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;} + |