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-24 23:18:23 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-24 23:18:23 +0400
commit4ba24596d31dad64b761cd44d47779f48bf25e28 (patch)
tree1332cc13d403b22c2d8f02be68d0cbbff0050dc9 /app/assets/stylesheets/themes/ui_basic.scss
parenta87fccc0834aa816289669a0fc7744338e469745 (diff)
Make the logo icon more awesome
Diffstat (limited to 'app/assets/stylesheets/themes/ui_basic.scss')
-rw-r--r--app/assets/stylesheets/themes/ui_basic.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/assets/stylesheets/themes/ui_basic.scss b/app/assets/stylesheets/themes/ui_basic.scss
index b377727779a..4e34e8b1b6b 100644
--- a/app/assets/stylesheets/themes/ui_basic.scss
+++ b/app/assets/stylesheets/themes/ui_basic.scss
@@ -4,21 +4,8 @@
*
*/
.ui_basic {
- .app_logo {
- .separator {
- margin-left: 0;
- margin-right: 0;
- }
- }
-
.separator {
- float: left;
- height: 60px;
- width: 1px;
background: white;
border-left: 1px solid #DDD;
- margin-top: -10px;
- margin-left: 10px;
- margin-right: 10px;
}
}