Changeset 1084


Ignore:
Timestamp:
01/20/11 11:55:57 (13 years ago)
Author:
paucas
Message:
  • front page changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo_webapp/src/main/webapp/css/main.css

    r1065 r1084  
    44}
    55body, td {
    6     /*    background-color: url(http://ems06.mpi.nl/clarin/demonstrator.gif) #248 50% repeat;*/
    76    font-family: Verdana, Geneva, sans-serif;
    87    font-size: 11px;
     
    3433    height: 176px;
    3534}
     35.opening .matrix{
     36    border:0px;
     37    width: 66%;
     38}
     39
     40.opening .resulttable{
     41    width: 33%;
     42    margin-left: 11px;
     43}
     44.opening .resulttable .headers{
     45    background-color: #6b824a;
     46}
     47
     48.resulttable tbody{
     49    background-color:#BCCEE8;
     50}
     51
    3652.opening .matrix .column {
    3753    padding: 0 11px 0 0;
     
    86102    color:#FFFFFF;
    87103}
    88 .resulttable tbody{
    89     background-color:#BCCEE8;
    90 }
    91 .resulttable{
    92     margin-left: 11px;
    93 }
     104
    94105.endgame div{
    95106    margin-left: 11px;
Note: See TracChangeset for help on using the changeset viewer.