diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-19 21:02:47 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-19 21:02:47 +0000 |
commit | c0ba6e46a3199e4b4b20f858d92557b772b9d7a0 (patch) | |
tree | 1a8239eab7adbc6e9025a3bf2364a54184f5b4c5 /template/yoga/theme/Sylvia/theme-ie.css | |
parent | a6be0e500b91696013b1580915c21493ce6c39b1 (diff) |
Merging revisions 2778-2779
0 comment is removed (Start with 1)
Accurate samples/my-picture.tpl...
CSS 2.1 cannot be reached (14 errors left).
IE rule set is created (including IE hack).
git-svn-id: http://piwigo.org/svn/trunk@2780 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/Sylvia/theme-ie.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template/yoga/theme/Sylvia/theme-ie.css b/template/yoga/theme/Sylvia/theme-ie.css new file mode 100644 index 000000000..f5cb7aa0f --- /dev/null +++ b/template/yoga/theme/Sylvia/theme-ie.css @@ -0,0 +1,12 @@ +#content.thumbnailCategory div.description .text { + scrollbar-face-color:#222; + scrollbar-shadow-color:#444; + scrollbar-highlight-color:#000; + scrollbar-darkshadow-color:#333; + scrollbar-track-color:#111; + scrollbar-arrow-color:#f70; +} + +#debug { word-wrap:break-word; } +/* IE6... Hacks: */ +/*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */
\ No newline at end of file |