Fixed protest page.
authorEugen Sawin <sawine@me73.com>
Wed, 18 Jan 2012 01:53:43 +0100
changeset 10372f3d56eb86f
parent 102 1d02833b3d07
child 104 b25f5d8fb851
Fixed protest page.
protest.html
     1.1 --- a/protest.html	Wed Jan 18 01:39:41 2012 +0100
     1.2 +++ b/protest.html	Wed Jan 18 01:53:43 2012 +0100
     1.3 @@ -11,23 +11,26 @@
     1.4        margin-top: 200px;
     1.5        color: white;
     1.6        }
     1.7 -      protest { 
     1.8 -      font-size: 10em; 
     1.9 +      .protest { 
    1.10 +      font-size: 10em;
    1.11 +      font-weight: bold;
    1.12 +      padding-bottom: 73px;
    1.13        }
    1.14 -      quote { 
    1.15 +      .quote { 
    1.16        font-size: 1em;
    1.17        font-style: italic;     
    1.18        }
    1.19 -      author {      
    1.20 +      .author {      
    1.21        font-style: normal;
    1.22        }
    1.23 -      red {
    1.24 +      .red {
    1.25 +     
    1.26        color: red;
    1.27        }
    1.28      </style>
    1.29    </head>
    1.30    <body>
    1.31 -    <div class="protest">SOPA. PIPA.<div class="red">NO</div></div>
    1.32 +    <div class="protest">SOPA. PIPA.<span class="red"> NO.</span></div>
    1.33      <div class="quote">&quot;War is peace. Freedom is slavery. Ignorance is strength.&quot;<br />
    1.34        <div class="author">George Orwell</div>
    1.35      </div>