diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-06-24 14:38:53 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-06-24 14:38:53 +0000 |
commit | 60ffeb4c0b5236ebc6dc269519792894fa4bf4bb (patch) | |
tree | c10a7cb88bdba53727c8a25e8b8a3e4b3629c3c2 /template/yoga/picture.css | |
parent | 72d88da6de727def3c9f0c2ec33517e8682b08e0 (diff) |
fix bug 435: move image.css to picture.css to be consistent with picture.tpl
git-svn-id: http://piwigo.org/svn/trunk@1398 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/picture.css (renamed from template/yoga/image.css) | 1 |
1 files changed, 1 insertions, 0 deletions
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; |