summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/ui_basic.scss
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-08-16 14:03:06 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-08-16 14:03:06 -0400
commit66399d558da45fb9cd3ea972a47a4f7bb12bfc8d (patch)
tree36ad53f35bce1fe3f2a4a5f840e7b1bdbfed9c82 /app/assets/stylesheets/themes/ui_basic.scss
parent70174a1e1a132f92abd9106fcfe8d596c6d56bf1 (diff)
parent05da3801f53f06fdc529b4f3820af1380039f245 (diff)
downloadgitlab-ce-66399d558da45fb9cd3ea972a47a4f7bb12bfc8d.tar.gz
Merge branch 'master' into hooray_apostrophes
Diffstat (limited to 'app/assets/stylesheets/themes/ui_basic.scss')
-rw-r--r--app/assets/stylesheets/themes/ui_basic.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/themes/ui_basic.scss b/app/assets/stylesheets/themes/ui_basic.scss
index 1b731c9192b..09ff0747470 100644
--- a/app/assets/stylesheets/themes/ui_basic.scss
+++ b/app/assets/stylesheets/themes/ui_basic.scss
@@ -1,17 +1,17 @@
/**
- * This file represent some UI that can be changed
- * during web app restyle or theme select.
+ * This file represent some UI that can be changed
+ * during web app restyle or theme select.
*
*/
-.ui_basic {
+.ui_basic {
/*
* Common styles
*
*/
a {
color: $link_color;
- &:hover {
- text-decoration:none;
+ &:hover {
+ text-decoration:none;
color: $blue_link;
}
}