Changeset 38375

Show
Ignore:
Timestamp:
08/29/10 20:50:04 (3 years ago)
Author:
NeoCat
Message:

border-radius

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/twicli/default.css

    r38359 r38375  
    1313#option { position: absolute; left: 1px; top: 32px; width: 99%; font-size: small; } 
    1414#menu { position: absolute; left: 0px; top: 33px; height: 20px; } 
    15 #menu a { display: inline-block; font-size: 12px; height: 18px; line-height: 18px; border: 1px solid black; border-bottom: 0 none; background-color: #aaa; color: #242; padding: 0 4px; margin: 0; text-decoration: none; font-family: sans-serif;  -moz-border-radius: 5px 5px 0 0; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; margin-right: 2px; } 
     15#menu a { display: inline-block; font-size: 12px; height: 18px; line-height: 18px; border: 1px solid black; border-bottom: 0 none; background-color: #aaa; color: #242; padding: 0 4px; margin: 0; text-decoration: none; font-family: sans-serif; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; margin-right: 2px; } 
    1616#menu a.sel { height: 20px; background-color: #ffe; color: #002; border-bottom-color: #fff; } 
    1717#menu a.new { background-color: #fcc; }