From a4f019a905ffe01216efbf7d9b7454b3c376b586 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sat, 7 Jun 2014 14:10:45 -0400 Subject: [PATCH] Apply consistent width and center icons in devel-doc --- _less/ie.css | 1 - _less/screen.less | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_less/ie.css b/_less/ie.css index 2b34753d..be528a7e 100644 --- a/_less/ie.css +++ b/_less/ie.css @@ -198,7 +198,6 @@ body{ .docreference a{ zoom:1; display:inline; - width:200px; } .downloadbox{ diff --git a/_less/screen.less b/_less/screen.less index b76d3aab..5089861f 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -642,8 +642,9 @@ table td,table th{ } .docreference a{ display:inline-block; - margin:0 15px 40px 15px; + margin:0 0 40px 0; font-size:125%; + width:210px; } .docreference img{ display:block;