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:
Diffstat (limited to 'app/assets/stylesheets/gitlab_bootstrap/files.scss')
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/files.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/files.scss b/app/assets/stylesheets/gitlab_bootstrap/files.scss
index 4d42bf4532c..ec03fd0d844 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/files.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/files.scss
@@ -2,12 +2,12 @@
* File content holder
*
*/
-.file_holder {
+.file-holder {
border: 1px solid #BBB;
margin-bottom: 1em;
@include solid-shade;
- .file_title {
+ .file-title {
border-bottom: 1px solid #bbb;
@include bg-dark-gray-gradient;
margin: 0;
@@ -33,7 +33,7 @@
}
}
}
- .file_content {
+ .file-content {
background: #fff;
font-size: 11px;