Apply consistent width and center icons in devel-doc

This commit is contained in:
Saivann 2014-06-07 14:10:45 -04:00
parent 9ef9eedff4
commit a4f019a905
2 changed files with 2 additions and 2 deletions

View file

@ -198,7 +198,6 @@ body{
.docreference a{ .docreference a{
zoom:1; zoom:1;
display:inline; display:inline;
width:200px;
} }
.downloadbox{ .downloadbox{

View file

@ -642,8 +642,9 @@ table td,table th{
} }
.docreference a{ .docreference a{
display:inline-block; display:inline-block;
margin:0 15px 40px 15px; margin:0 0 40px 0;
font-size:125%; font-size:125%;
width:210px;
} }
.docreference img{ .docreference img{
display:block; display:block;