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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-19 20:34:24 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-19 20:34:24 +0400
commit52fbcd45a4df8e93b04791fe25ff39c58f524bfa (patch)
tree52edd7a47c2f95b3e86f5139a024f3b78cfa801e /app/assets/stylesheets/themes
parentc0160d008c0e39ba92ab3494f1513fd10fcd7b7e (diff)
Better organization of styles
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/ui_basic.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/assets/stylesheets/themes/ui_basic.scss b/app/assets/stylesheets/themes/ui_basic.scss
index fee179899ce..b377727779a 100644
--- a/app/assets/stylesheets/themes/ui_basic.scss
+++ b/app/assets/stylesheets/themes/ui_basic.scss
@@ -4,18 +4,6 @@
*
*/
.ui_basic {
- /*
- * Common styles
- *
- */
- a {
- color: $link_color;
- &:hover {
- text-decoration: none;
- color: $primary_color;
- }
- }
-
.app_logo {
.separator {
margin-left: 0;