[gnome-software] trivial: Fix gtk-style.css indentation
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix gtk-style.css indentation
- Date: Tue, 10 Mar 2015 13:32:34 +0000 (UTC)
commit 75ebf4ea94542be89a36f19cc14f3125abc958b3
Author: Kalev Lember <kalevlember gmail com>
Date: Tue Mar 10 14:14:47 2015 +0100
trivial: Fix gtk-style.css indentation
Use tabs everywhere.
src/gtk-style.css | 53 ++++++++++++++++++++++++++---------------------------
1 files changed, 26 insertions(+), 27 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index b680c14..25a0e73 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -1,4 +1,3 @@
-
.installed-overlay-box {
font-size: 80%;
background-color: @theme_selected_bg_color;
@@ -21,20 +20,20 @@
}
.needs-attention {
- background-image: none;
- background-color: shade(@theme_selected_bg_color, 1.1);
- border-radius: 1px;
+ background-image: none;
+ background-color: shade(@theme_selected_bg_color, 1.1);
+ border-radius: 1px;
}
.screenshot-image, .screenshot-image-thumb {
- background-image: none;
- background-color: shade(@theme_bg_color, 0.9);
+ background-image: none;
+ background-color: shade(@theme_bg_color, 0.9);
}
- .screenshot-image { border-radius: 5px; }
- .screenshot-image-thumb { border-radius: 3px; }
+.screenshot-image { border-radius: 5px; }
+.screenshot-image-thumb { border-radius: 3px; }
.app-tile-label {
- font-size: 10px;
+ font-size: 10px;
}
.view.tile {
@@ -71,21 +70,21 @@
}
.application-details-infobar.info {
- background-color: #d3d7cf;
- color: @theme_fg_color;
- border-color: darker(#d3d7cf);
- border-style: solid;
- border-width: 1px;
- text-shadow: none;
+ background-color: #d3d7cf;
+ color: @theme_fg_color;
+ border-color: darker(#d3d7cf);
+ border-style: solid;
+ border-width: 1px;
+ text-shadow: none;
}
.application-details-infobar.warning {
- background-color: #fcaf3e;
- color: @theme_fg_color;
- border-color: darker(#fcaf3e);
- border-style: solid;
- border-width: 1px;
- text-shadow: none;
+ background-color: #fcaf3e;
+ color: @theme_fg_color;
+ border-color: darker(#fcaf3e);
+ border-style: solid;
+ border-width: 1px;
+ text-shadow: none;
}
.application-details-title {
@@ -149,12 +148,12 @@ GtkBox.star {
}
.counter-label {
- text-shadow: none;
- color: @theme_selected_fg_color;
- background-color: mix(@theme_selected_bg_color, @theme_selected_fg_color, 0.3);
- font-size: smaller;
- border-radius: 4px;
- padding: 0px 4px;
+ text-shadow: none;
+ color: @theme_selected_fg_color;
+ background-color: mix(@theme_selected_bg_color, @theme_selected_fg_color, 0.3);
+ font-size: smaller;
+ border-radius: 4px;
+ padding: 0px 4px;
}
.category-sidebar {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]