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:
authorconnorshea <connor.james.shea@gmail.com>2016-03-18 23:59:29 +0300
committerconnorshea <connor.james.shea@gmail.com>2016-03-18 23:59:29 +0300
commit86a4449df2dedb83a57fbc9cb880010a3e6a3770 (patch)
tree7ee69bacf7a7b5d2f4ddac40a3e30d28ffd30f3b /app/assets/stylesheets/pages/xterm.scss
parentc790107854658a37d97b9a1c9066338eb12b06bf (diff)
Fix Indentation lints in CSS.
As discussed in #14299. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/pages/xterm.scss')
-rw-r--r--app/assets/stylesheets/pages/xterm.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/xterm.scss b/app/assets/stylesheets/pages/xterm.scss
index 8886c1dff56..3f28e402929 100644
--- a/app/assets/stylesheets/pages/xterm.scss
+++ b/app/assets/stylesheets/pages/xterm.scss
@@ -21,19 +21,19 @@
$l-white: #fff;
.term-bold {
- font-weight: bold;
+ font-weight: bold;
}
.term-italic {
- font-style: italic;
+ font-style: italic;
}
.term-conceal {
- visibility: hidden;
+ visibility: hidden;
}
.term-underline {
- text-decoration: underline;
+ text-decoration: underline;
}
.term-cross {
- text-decoration: line-through;
+ text-decoration: line-through;
}
.term-fg-black {