Ignore:
Timestamp:
May 23, 2011, 5:58:47 PM (14 years ago)
Author:
dennisw
Message:

Some design fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/website/static/style.css

    r9211 r9212  
    4242#menu{
    4343  width:100%-10px;
     44  height:20px;
    4445  background-color:#BA0000;
    4546  padding-left:5px;
     
    6162  padding:5px;
    6263}
     64
     65#filters_text{
     66  height:100%;
     67  width:570px;
     68  overflow:hidden;
     69  float:left;
     70}
     71
     72#filters_list{
     73  padding:5px;
     74  width:200px;
     75  border-left: 1px solid #BA0000;
     76  float:right;
     77  margin-bottom:5px;
     78}
    6379       
    6480h1{
    6581  color:#C20000;
    66   //text-align:right;
    67   margin-right:15px;
    68   border-bottom:1px solid #C20000;
    6982}
    7083
    7184A:link{
    72   color:#000;
     85  color:#FFF;
    7386}
    7487
    7588A:visited{
    76   color:#E3E3E3;
     89  color:#FFF;
    7790}
    7891
    7992A:active{
    80   color:#E3E3E3;
     93  color:#FFF;
    8194}
    8295
    8396A:hover{
    84   color:#B8B8B8;
     97  color:#DDD;
    8598}
Note: See TracChangeset for help on using the changeset viewer.