Changeset 13578

Show
Ignore:
Timestamp:
05/05/08 13:44:07 (7 months ago)
Author:
peller
Message:

Back out Dylan's changes from [13390] on 1.1 branch. Refs #6264

Location:
branches/1.1/dijit/themes
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1/dijit/themes/nihilo/Toolbar.css

    r13390 r13578  
    11.nihilo .dijitToolbar { 
    2         padding: 0 0 1px 0;      
     2        padding: 3px 0 1px 3px;  
    33        border-bottom: 1px solid #ccc; 
    44        background:#eaeaea url("images/titleBar.png") repeat-x top left; 
  • branches/1.1/dijit/themes/soria/Toolbar.css

    r13390 r13578  
    11.soria .dijitToolbar { 
    2         padding: 0 0 1px 0;      
     2        padding: 3px 0 1px 3px;  
    33        border-bottom: 1px solid #ccc; 
    44        background:#eaeaea url("images/titleBar.png") repeat-x top left; 
  • branches/1.1/dijit/themes/tundra/Toolbar.css

    r13390 r13578  
    11.tundra .dijitToolbar { 
    2         padding: 0 0 1px 0; 
     2        padding: 3px 0 1px 3px;  
    33        border-bottom: 1px solid #ccc; 
    44        background:#eaeaea url("images/titleBar.png") repeat-x top left;