Changeset 48


Ignore:
Timestamp:
03/17/09 02:00:33 (15 years ago)
Author:
delcambre
Message:
  • color in the header and center newpoll
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/static/vote.css

    r47 r48  
    4242 
    4343#header { 
     44    background-color:#CCFF99; 
    4445    padding-bottom: 1em; 
    4546    margin-bottom: 1em; 
     
    5758    padding-top: 1em; 
    5859    margin-top: 1em; 
     60    text-align: right; 
    5961} 
    6062 
     
    104106#ballot_to_valid {} 
    105107 
    106 #poll_request {} 
     108#poll_request { 
     109        margin-left: auto; 
     110        margin-right: auto; 
     111        width: 400px;  
     112        text-align: left; 
     113} 
     114 
    107115 
    108116#poll_confirm {} 
Note: See TracChangeset for help on using the changeset viewer.