Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Punt <koen@koenpunt.nl>2012-11-23 20:33:43 +0400
committerKoen Punt <koen@koenpunt.nl>2012-11-29 15:18:44 +0400
commit84de1b71d1547cc92e0f22a5e00b1f8e90f35a67 (patch)
tree61b2d16c08b4b3a1fda1ac5d20f24ef8b1d6235c /app/assets/stylesheets/themes
parent755e4a470015ad83337943d62a32ede2921eda53 (diff)
Added some uniformity, all css properties and values are separated by a colon and a space `: `
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/ui_basic.scss2
-rw-r--r--app/assets/stylesheets/themes/ui_mars.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/themes/ui_basic.scss b/app/assets/stylesheets/themes/ui_basic.scss
index 1f3d3d3d389..3a85b6e9bf6 100644
--- a/app/assets/stylesheets/themes/ui_basic.scss
+++ b/app/assets/stylesheets/themes/ui_basic.scss
@@ -11,7 +11,7 @@
a {
color: $link_color;
&:hover {
- text-decoration:none;
+ text-decoration: none;
color: $blue_link;
}
}
diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss
index a9d2124130d..f51cc897881 100644
--- a/app/assets/stylesheets/themes/ui_mars.scss
+++ b/app/assets/stylesheets/themes/ui_mars.scss
@@ -52,7 +52,7 @@
}
}
.separator {
- display:none;
+ display: none;
}
}