Changeset 5938 in subversion


Ignore:
Timestamp:
Feb 29, 2012 3:30:40 PM (15 months ago)
Author:
thomasb
Message:

Minor border style fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/larry/styles.css

    r5931 r5938  
    14671467        color: #fff; 
    14681468        background: #444; 
    1469         border: 1px solid #999; 
    1470         border-top-color: #5a5a5a; 
    1471         border-bottom-color: #333; 
     1469        border: 0; 
     1470        border-top: 1px solid #5a5a5a; 
     1471        border-bottom: 1px solid #333; 
    14721472        text-shadow: 0px 1px 1px #333; 
    14731473        padding: 6px 10px; 
Note: See TracChangeset for help on using the changeset viewer.