Difference between revisions of "MediaWiki:Common.css"
From DS Help
Paulo Santos (Talk | contribs) |
Paulo Santos (Talk | contribs) |
||
| Line 2: | Line 2: | ||
.comp_button { | .comp_button { | ||
background: url('http://static.betterds.com/img/composer/windowProjectsNew.png'); | background: url('http://static.betterds.com/img/composer/windowProjectsNew.png'); | ||
| − | width: | + | width: 84px; |
| − | height: | + | height: 24px; |
display: inline-block; | display: inline-block; | ||
| + | padding-left: 20px; | ||
} | } | ||
Revision as of 18:33, 8 January 2013
/* CSS placed here will be applied to all skins */
.comp_button {
background: url('http://static.betterds.com/img/composer/windowProjectsNew.png');
width: 84px;
height: 24px;
display: inline-block;
padding-left: 20px;
}