Changeset 87
- Timestamp:
- 04/10/06 17:06:52 (3 years ago)
- Files:
-
- trunk/framework/skins/wymstyle01/all.css (modified) (1 diff)
- trunk/framework/skins/wymstyle01/borders.css (modified) (2 diffs)
- trunk/framework/skins/wymstyle01/colors.css (modified) (2 diffs)
- trunk/framework/skins/wymstyle01/layout.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/framework/skins/wymstyle01/all.css
r71 r87 18 18 19 19 /*DEPENDENCIES*/ 20 @import "../../core/typo-reset.css";20 @import "../../core/typo-reset.css"; 21 21 22 22 /*SKIN FRAGMENTS*/ 23 @import "layout.css"; 24 @import "borders.css"; 25 @import "colors.css"; 26 23 @import "layout.css"; 24 @import "borders.css"; 25 @import "colors.css"; trunk/framework/skins/wymstyle01/borders.css
r32 r87 11 11 * 12 12 * NOTES: recommended tab width = 8 spaces 13 * FILE TYPE: WYM style css skin fragment13 * FILE TYPE: WYM style css skin fragment 14 14 * FILE NAME: 15 15 * FILE DESCRIPTION: fragment of skin wymstyle01 … … 21 21 #header { border-width: 1px;} 22 22 #content { border-width: 0 1px;} 23 trunk/framework/skins/wymstyle01/colors.css
r71 r87 11 11 * 12 12 * NOTES: recommended tab width = 8 spaces 13 * FILE TYPE: WYM style css skin fragment13 * FILE TYPE: WYM style css skin fragment 14 14 * FILE NAME: 15 15 * FILE DESCRIPTION: fragment of skin wymstyle01 … … 18 18 19 19 /*DEPENDENCIES*/ 20 @import "../../core/colors-branding.css";20 @import "../../core/colors-branding.css"; trunk/framework/skins/wymstyle01/layout.css
r71 r87 11 11 * 12 12 * NOTES: recommended tab width = 8 spaces 13 * FILE TYPE: WYM style css skin fragment13 * FILE TYPE: WYM style css skin fragment 14 14 * FILE NAME: 15 15 * FILE DESCRIPTION: fragment of skin wymstyle01