From f043690346ae2c896adf7384ed6b50f94c8b71b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Ozog=C3=A1n?= Date: Wed, 16 Jul 2014 12:05:50 +0200 Subject: [PATCH] Make CSS processable by Less Because of spaces in alpha filter it was imposible to process css files by less. Tested on http://lesscssismore.com/71j30d/1 Also delete blank spaces on end of line. --- bootstro.css | 6 +++--- bootstro.min.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstro.css b/bootstro.css index aee415a..26bd676 100644 --- a/bootstro.css +++ b/bootstro.css @@ -16,7 +16,7 @@ right: 0; top: 0; z-index: 1; - filter: alpha(opacity = 50); + filter: alpha(opacity=50); } .bootstro-highlight { @@ -38,9 +38,9 @@ margin-top:10px; } -.bootstro-nav-wrapper button, .bootstro-finish-btn-wrapper button +.bootstro-nav-wrapper button, .bootstro-finish-btn-wrapper button { - font-size:12px !important; + font-size:12px !important; padding : 3px 5px 3px 5px !important; font-weight:bold; } diff --git a/bootstro.min.css b/bootstro.min.css index 7c12d71..cd314a5 100644 --- a/bootstro.min.css +++ b/bootstro.min.css @@ -1 +1 @@ -.bootstro-next-btn{float:right}.bootstro-prev-btn{float:left}.bootstro-backdrop{opacity:.5;background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1;filter:alpha(opacity = 50)}.bootstro-highlight{z-index:9999;position:relative;border:1px solid white;background-color:white}.bootstro-finish-btn-wrapper{padding-top:10px;text-align:center;clear:both}.bootstro-nav-wrapper{margin-top:10px}.bootstro-nav-wrapper button,.bootstro-finish-btn-wrapper button{font-size:12px!important;padding:3px 5px 3px 5px!important;font-weight:bold} +.bootstro-next-btn{float:right}.bootstro-prev-btn{float:left}.bootstro-backdrop{opacity:.5;background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1;filter:alpha(opacity=50)}.bootstro-highlight{z-index:9999;position:relative;border:1px solid white;background-color:white}.bootstro-finish-btn-wrapper{padding-top:10px;text-align:center;clear:both}.bootstro-nav-wrapper{margin-top:10px}.bootstro-nav-wrapper button,.bootstro-finish-btn-wrapper button{font-size:12px!important;padding:3px 5px 3px 5px!important;font-weight:bold}