diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-06-24 14:45:04 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-06-24 14:45:04 +0000 |
commit | 03a5844cee0c486c8369d225ea1239b2dfad41c1 (patch) | |
tree | 7c1cbb96189d6b2950e9aad51480508635782106 | |
parent | c65e3942bd913689edbc3b63d72621a399293e99 (diff) |
fix bug 435: move image.css to picture.css to be consistent with picture.tpl
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1399 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/layout.css | 2 | ||||
-rw-r--r-- | template/yoga/picture.css (renamed from template/yoga/image.css) | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/layout.css b/template/yoga/layout.css index c39d46293..a055ad100 100644 --- a/template/yoga/layout.css +++ b/template/yoga/layout.css @@ -4,7 +4,7 @@ @import "menubar.css"; @import "content.css"; @import "thumbnails.css"; -@import "image.css"; +@import "picture.css"; @import "popuphelp.css"; @import "default-layout.css"; /* Override properties with import local file */ diff --git a/template/yoga/image.css b/template/yoga/picture.css index 42073b4c2..e51db1825 100644 --- a/template/yoga/image.css +++ b/template/yoga/picture.css @@ -1,3 +1,4 @@ +/* $Id$ */ #imageHeaderBar { padding-top: 2px; padding-bottom: 2px; |