Zine

open source content publishing system


Changeset 1345:018c74bff0be


Ignore:
Timestamp:
06/18/10 16:14:28 (2 years ago)
Author:
mitsuhiko
Branch:
default
Message:

Fixed chrome display errors.

Location:
zine/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zine/plugins/myrtle_theme/shared/style.css

    r1079 r1345  
    66    font-size: 0.9em; 
    77    text-align: justify; 
     8} 
     9 
     10body: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; 
    818} 
    919 
  • zine/plugins/vessel_theme/shared/style.css

    r1016 r1345  
    33    margin: 2em; 
    44    padding: 0; 
     5} 
     6 
     7body: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; 
    515} 
    616 
Note: See TracChangeset for help on using the changeset viewer.