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:
authorRobert Speicher <rspeicher@gmail.com>2015-06-06 01:13:12 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-14 00:58:17 +0300
commit35339bb11f2c410b91a5e8b9ae1d2fef19cac695 (patch)
tree8e415cd273e33abc18851a86da206c1646c56872 /app/assets/stylesheets/pages/profiles/preferences.scss
parent0e21436aaf9ea2ed988c3e515e0db73df70534c4 (diff)
Update markup/styling for syntax highlight theme preference
Diffstat (limited to 'app/assets/stylesheets/pages/profiles/preferences.scss')
-rw-r--r--app/assets/stylesheets/pages/profiles/preferences.scss12
1 files changed, 5 insertions, 7 deletions
diff --git a/app/assets/stylesheets/pages/profiles/preferences.scss b/app/assets/stylesheets/pages/profiles/preferences.scss
index e8c80362817..e5859fe7384 100644
--- a/app/assets/stylesheets/pages/profiles/preferences.scss
+++ b/app/assets/stylesheets/pages/profiles/preferences.scss
@@ -37,22 +37,20 @@
}
}
-.code_highlight_opts {
- margin-top: 10px;
-
+.syntax-theme {
label {
margin-right: 20px;
text-align: center;
- .prev {
- width: 160px;
+ .preview {
margin-bottom: 10px;
+ width: 160px;
img {
- max-width: 100%;
@include border-radius(4px);
+
+ max-width: 100%;
}
}
}
}
-