Last change
on this file since 2674 was
2630,
checked in by rvelices, 16 years ago
|
- default-colors.css is imported from layout.css instead of header.tpl (smaller header + more consistent with the other imports)
- removed unused rule from default-layout.css (A.button)
- rating stars have a transparent background in Sylvia also
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
433 bytes
|
Rev | Line | |
---|
[1912] | 1 | /* $Id: layout.css 2630 2008-10-01 10:04:23Z rvelices $ */ |
---|
[1138] | 2 | |
---|
| 3 | /* template css */ |
---|
| 4 | @import "menubar.css"; |
---|
| 5 | @import "content.css"; |
---|
[1384] | 6 | @import "thumbnails.css"; |
---|
[1398] | 7 | @import "picture.css"; |
---|
[1138] | 8 | @import "default-layout.css"; |
---|
| 9 | /* Override properties with import local file */ |
---|
| 10 | @import "local-layout.css"; |
---|
| 11 | /* common css */ |
---|
[2091] | 12 | @import "../../template-common/default-layout.css"; |
---|
| 13 | /* Override properties with import local file */ |
---|
| 14 | @import "../../template-common/local-layout.css"; |
---|
[1138] | 15 | |
---|
[2630] | 16 | @import "default-colors.css"; |
---|
| 17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.