diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-15 09:53:11 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-15 09:53:11 +0000 |
commit | f652fc5690907b63d3d35446af95ff6e40a37fda (patch) | |
tree | d26ef20d52ec096d03ae9434b29cbd8ec3269e22 | |
parent | a3452d37f7c2b8b842575acd9f46723e82cc453b (diff) |
- cosmetic : fix $Id:$ in fix-khtml.css
git-svn-id: http://piwigo.org/svn/trunk@1180 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | template/yoga/default-layout.css | 2 | ||||
-rw-r--r-- | template/yoga/fix-khtml.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index f42cfc1a7..5d6705a4f 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -265,4 +265,4 @@ UL.tagSelection LI { .tagLevel4 { font-size: 140%; } .tagLevel3 { font-size: 120%; } .tagLevel2 { font-size: 100%; } -.tagLevel1 { font-size: 90%; }
\ No newline at end of file +.tagLevel1 { font-size: 90%; } diff --git a/template/yoga/fix-khtml.css b/template/yoga/fix-khtml.css index cbf276b4a..6853313e9 100644 --- a/template/yoga/fix-khtml.css +++ b/template/yoga/fix-khtml.css @@ -1,4 +1,4 @@ -/* $Id:*/ +/* $Id:$ */ /* Issue in Safari/Konqueror only */ /* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */ #content>DIV.titrePage>H2 { |