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:
authorJob van der Voort <job@gitlab.com>2014-04-18 19:21:21 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-29 10:44:25 +0400
commitfd476cf62013e49acf23a301b841e7c09197e9ae (patch)
tree78f2d32fc3beb8917c4097e30c1fc17294cb39db /app/assets
parente61e3eaadb7f0c7c106b72d1325437e7743a2027 (diff)
render items from doc
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/sections/help.scss20
1 files changed, 10 insertions, 10 deletions
diff --git a/app/assets/stylesheets/sections/help.scss b/app/assets/stylesheets/sections/help.scss
index c8881853706..6488e7c1e8e 100644
--- a/app/assets/stylesheets/sections/help.scss
+++ b/app/assets/stylesheets/sections/help.scss
@@ -1,11 +1,11 @@
.documentation {
- padding-bottom: 10px;
- p {
- padding: 10px;
- margin: 0;
- }
- li {
- list-style-type: none;
- padding-left: 10px;
- }
-} \ No newline at end of file
+ padding-bottom: 10px;
+ p {
+ padding: 10px;
+ margin: 0;
+ }
+ li {
+ list-style-type: none;
+ padding-left: 10px;
+ }
+}