Hardcode icons width and height in CSS

This commit is contained in:
Saivann 2013-06-27 22:58:38 -04:00
parent c0ee34558f
commit 9958a0ad11
6 changed files with 43 additions and 36 deletions

View file

@ -427,6 +427,8 @@ li p{
vertical-align:middle;
margin-right:8px;
margin-left:-40px;
width:32px;
height:32px;
}
#before a,#support a{
background-color:#2c6fad;
@ -468,6 +470,11 @@ li p{
/*Styles specific to elements in pages*/
.titleicon{
width:32px;
height:32px;
}
.index,.index ul,.index li{
list-style:none;
padding:0px;