From 4fbac3a4f519105fd30134e22b56f84724523fbb Mon Sep 17 00:00:00 2001 From: Saivann Date: Tue, 19 Nov 2013 16:22:05 -0500 Subject: [PATCH] Apply some small CSS fixes Add missing img width/height for wallets' icons Remove some trailing spaces --- _less/screen.less | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index 4069e410..25098fd3 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -751,6 +751,8 @@ li p{ display:block; margin:auto; margin-bottom:10px; + width:72px; + height:72px; } .previewrow>div>a, .previewrow>div>a:visited, @@ -1384,19 +1386,19 @@ h2 .rssicon{ margin-right:0; margin-bottom:20px; } - .mainvideo{ - position:relative; - padding-bottom:56.25%; - padding-top:30px; - height:0; - overflow:hidden; + .mainvideo{ + position:relative; + padding-bottom:56.25%; + padding-top:30px; + height:0; + overflow:hidden; } - .mainvideo iframe{ - position:absolute; - top:0; - left:0; - width:100%; - height:100%; + .mainvideo iframe{ + position:absolute; + top:0; + left:0; + width:100%; + height:100%; } .mainlist>div{ width:auto;