[Kimchi-devel] [PATCH 2/2] CSS: Change all CSS files indentation to 4 spaces
Crístian Viana
vianac at linux.vnet.ibm.com
Wed Jan 29 19:53:15 UTC 2014
In order to make the code more consistent, all CSS files should use the
same indentation level.
Use 4 spaces to indent the CSS properties.
Signed-off-by: Crístian Viana <vianac at linux.vnet.ibm.com>
---
ui/css/theme-default/button.css | 8 ++++----
ui/css/theme-default/line-chart.css | 6 +++---
ui/css/theme-default/template_add.css | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/ui/css/theme-default/button.css b/ui/css/theme-default/button.css
index 274c438..014ad20 100644
--- a/ui/css/theme-default/button.css
+++ b/ui/css/theme-default/button.css
@@ -89,8 +89,8 @@
}
.btn.loading .icon {
- background: url(../images/theme-default/icon-load.png) center
- center no-repeat;
+ background: url(../images/theme-default/icon-load.png) center
+ center no-repeat;
}
.btn .text {
@@ -431,8 +431,8 @@
line-height: 38px;
padding: 0 20px;
color: #EEE;
- border-radius: 8px;
- font-size: 13px;
+ border-radius: 8px;
+ font-size: 13px;
}
.btn-normal:not([disabled]):hover {
diff --git a/ui/css/theme-default/line-chart.css b/ui/css/theme-default/line-chart.css
index e1d8cb9..0a0155a 100644
--- a/ui/css/theme-default/line-chart.css
+++ b/ui/css/theme-default/line-chart.css
@@ -19,15 +19,15 @@
* limitations under the License.
*/
.chart-container {
- background: black;
+ background: black;
}
.line-chart {
- overflow: hidden;
+ overflow: hidden;
}
.line-chart .background {
- fill: black;
+ fill: black;
}
.line-chart text {
diff --git a/ui/css/theme-default/template_add.css b/ui/css/theme-default/template_add.css
index 7ab8a40..6a999f9 100644
--- a/ui/css/theme-default/template_add.css
+++ b/ui/css/theme-default/template_add.css
@@ -289,7 +289,7 @@
}
#iso-more-loading {
- background: #C0C0C0 url(../../images/theme-default/loading.gif) 7px
- center no-repeat;
- padding: 0 20px 0 26px;
+ background: #C0C0C0 url(../../images/theme-default/loading.gif) 7px
+ center no-repeat;
+ padding: 0 20px 0 26px;
}
--
1.8.5.3
More information about the Kimchi-devel
mailing list