mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +00:00
Hardcode icons width and height in CSS
This commit is contained in:
parent
c0ee34558f
commit
9958a0ad11
6 changed files with 43 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue