Changeset 1345:018c74bff0be
- Timestamp:
- 06/18/10 16:14:28 (2 years ago)
- Branch:
- default
- Location:
- zine/plugins
- Files:
-
- 2 edited
-
myrtle_theme/shared/style.css (modified) (1 diff)
-
vessel_theme/shared/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zine/plugins/myrtle_theme/shared/style.css
r1079 r1345 6 6 font-size: 0.9em; 7 7 text-align: justify; 8 } 9 10 body:after { /* fix for chrome bug */ 11 content: ""; 12 display: block; 13 position: absolute; 14 height: 100%; 15 width: 1px; 16 top: 0; 17 left: 0; 8 18 } 9 19 -
zine/plugins/vessel_theme/shared/style.css
r1016 r1345 3 3 margin: 2em; 4 4 padding: 0; 5 } 6 7 body:after { /* fix for chrome bug */ 8 content: ""; 9 display: block; 10 position: absolute; 11 height: 100%; 12 width: 1px; 13 top: 0; 14 left: 0; 5 15 } 6 16
Note: See TracChangeset
for help on using the changeset viewer.