To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 2147

Show
Ignore:
Timestamp:
09/08/10 14:00:14 (17 months ago)
Author:
johnnyoffline
Message:

added staging do not edit CSS to trunk sandbox

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/trunk/web/css/main.css

    r2143 r2147  
    508508text-transform: capitalize; 
    509509} 
     510 
     511/* Staging - Do Not Edit Message */ 
     512 
     513.a-do-not-edit { 
     514background: #f22; 
     515padding: 10px; 
     516} 
     517 
     518.a-do-not-edit div 
     519{ 
     520overflow: hidden; 
     521margin: 0 auto; 
     522width: 960px; 
     523color: #fff; 
     524font-size: 16px; 
     525text-align: center; 
     526text-shadow:    1px 1px 1px rgba(0,0,0,0.45); 
     527} 
     528 
     529.a-do-not-edit a { 
     530color: #fff; 
     531text-decoration: underline; 
     532} 
     533 
     534.a-do-not-edit strong { 
     535font-weight: bold; 
     536}