Changeset bda028e in github


Ignore:
Timestamp:
Nov 20, 2011 8:24:45 AM (18 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
b1867b8
Parents:
1911cc4
Message:
  • Small style improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/default/common.css

    r50b22b9 rbda028e  
    66  margin: 8px; 
    77  background-color: #F6F6F6; 
    8   color: #000000; 
     8  color: #000; 
     9  font-size: 12px; 
    910} 
    1011 
     
    2021} 
    2122 
    22 body, td, th, div, p, select, input, textarea 
     23td, th, div, p, select, input, textarea 
    2324{ 
    2425  font-size: 12px; 
     26  font-family: inherit; 
    2527} 
    2628 
     
    3739a, a:active, a:visited 
    3840{ 
    39   color: #000000; 
     41  color: #000; 
    4042  outline: none; 
    4143} 
     
    4345a.button, a.button:visited, a.tab, a.tab:visited, a.axislist 
    4446{ 
    45   color: #000000; 
     47  color: #000; 
    4648  text-decoration: none; 
    4749} 
     
    5759{ 
    5860  height: 1px; 
    59   background-color: #666666; 
     61  background-color: #666; 
    6062  border-style: none; 
    6163} 
     
    6668textarea 
    6769{ 
    68   border: 1px solid #666666; 
    69   color: #333333; 
    70   background-color: #ffffff; 
     70  border: 1px solid #666; 
     71  color: #333; 
     72  background-color: #FFF; 
    7173} 
    7274 
Note: See TracChangeset for help on using the changeset viewer.