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:
authorKoen Punt <koen@koenpunt.nl>2012-11-23 20:33:43 +0400
committerKoen Punt <koen@koenpunt.nl>2012-11-29 15:18:44 +0400
commit84de1b71d1547cc92e0f22a5e00b1f8e90f35a67 (patch)
tree61b2d16c08b4b3a1fda1ac5d20f24ef8b1d6235c /app/assets/stylesheets/highlight
parent755e4a470015ad83337943d62a32ede2921eda53 (diff)
Added some uniformity, all css properties and values are separated by a colon and a space `: `
Diffstat (limited to 'app/assets/stylesheets/highlight')
-rw-r--r--app/assets/stylesheets/highlight/dark.scss38
-rw-r--r--app/assets/stylesheets/highlight/white.scss20
2 files changed, 29 insertions, 29 deletions
diff --git a/app/assets/stylesheets/highlight/dark.scss b/app/assets/stylesheets/highlight/dark.scss
index 398d81456f6..c4153bf3f8c 100644
--- a/app/assets/stylesheets/highlight/dark.scss
+++ b/app/assets/stylesheets/highlight/dark.scss
@@ -23,23 +23,23 @@
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #606060 } /* Generic.Subheading */
.gt { color: #aa0000 } /* Generic.Traceback */
- .kc{font-weight:bold;} /* Keyword.Constant */
- .kd{font-weight:bold;} /* Keyword.Declaration */
- .kn{font-weight:bold;} /* Keyword.Namespace */
- .kp{font-weight:bold;} /* Keyword.Pseudo */
- .kr{font-weight:bold;} /* Keyword.Reserved */
- .kt{color:#458;font-weight:bold;} /* Keyword.Type */
+ .kc{font-weight: bold;} /* Keyword.Constant */
+ .kd{font-weight: bold;} /* Keyword.Declaration */
+ .kn{font-weight: bold;} /* Keyword.Namespace */
+ .kp{font-weight: bold;} /* Keyword.Pseudo */
+ .kr{font-weight: bold;} /* Keyword.Reserved */
+ .kt{color:#458;font-weight: bold;} /* Keyword.Type */
.m { color: #0000DD; font-weight: bold } /* Literal.Number */
.p { color: #eee; }
.s { color: #0AD; background-color: transparent } /* Literal.String */
.na{color:#008080;} /* Name.Attribute */
.nb{color:#0086B3;} /* Name.Builtin */
- .nc{color:#ccc;font-weight:bold;} /* Name.Class */
- .no{color:turquoise;} /* Name.Constant */
+ .nc{color:#ccc;font-weight: bold;} /* Name.Class */
+ .no{color: turquoise;} /* Name.Constant */
.ni{color:#800080;}
- .ne{color:#900;font-weight:bold;} /* Name.Exception */
- .nf{color:#ccc;font-weight:bold;} /* Name.Function */
- .nn{color:#79C3E0;font-weight:bold;} /* Name.Namespace */
+ .ne{color:#900;font-weight: bold;} /* Name.Exception */
+ .nf{color:#ccc;font-weight: bold;} /* Name.Function */
+ .nn{color:#79C3E0;font-weight: bold;} /* Name.Namespace */
.nt{color:#fc5;} /* Name.Tag */
.nv{color:#FA4;} /* Name.Variable */
.py { color: #336699; font-weight: bold } /* Name.Property */
@@ -52,14 +52,14 @@
.sb { color: #dd2200; background-color: transparent; } /* Literal.String.Backtick */
.sc{color:#d14;} /* Literal.String.Char */
.sd { color: #dd2200; background-color: transparent; } /* Literal.String.Doc */
- .s2{color:orange;} /* Literal.String.Double */
- .se{color:orange;} /* Literal.String.Escape */
- .sh{color:orange;} /* Literal.String.Heredoc */
- .si{color:orange;} /* Literal.String.Interpol */
- .sx{color:orange;} /* Literal.String.Other */
- .sr{color:orange;} /* Literal.String.Regex */
- .s1{color:orange;} /* Literal.String.Single */
- .ss{color:orange;} /* Literal.String.Symbol */
+ .s2{color: orange;} /* Literal.String.Double */
+ .se{color: orange;} /* Literal.String.Escape */
+ .sh{color: orange;} /* Literal.String.Heredoc */
+ .si{color: orange;} /* Literal.String.Interpol */
+ .sx{color: orange;} /* Literal.String.Other */
+ .sr{color: orange;} /* Literal.String.Regex */
+ .s1{color: orange;} /* Literal.String.Single */
+ .ss{color: orange;} /* Literal.String.Symbol */
.bp { color: #D58 } /* Name.Builtin.Pseudo */
.vc { color: #336699 } /* Name.Variable.Class */
.vg { color: #dd7700 } /* Name.Variable.Global */
diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss
index 2a43e9f6b65..6f937538921 100644
--- a/app/assets/stylesheets/highlight/white.scss
+++ b/app/assets/stylesheets/highlight/white.scss
@@ -22,22 +22,22 @@
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #606060 } /* Generic.Subheading */
.gt { color: #aa0000 } /* Generic.Traceback */
- .kc{font-weight:bold;} /* Keyword.Constant */
- .kd{font-weight:bold;} /* Keyword.Declaration */
- .kn{font-weight:bold;} /* Keyword.Namespace */
- .kp{font-weight:bold;} /* Keyword.Pseudo */
- .kr{font-weight:bold;} /* Keyword.Reserved */
- .kt{color:#458;font-weight:bold;} /* Keyword.Type */
+ .kc{font-weight: bold;} /* Keyword.Constant */
+ .kd{font-weight: bold;} /* Keyword.Declaration */
+ .kn{font-weight: bold;} /* Keyword.Namespace */
+ .kp{font-weight: bold;} /* Keyword.Pseudo */
+ .kr{font-weight: bold;} /* Keyword.Reserved */
+ .kt{color:#458;font-weight: bold;} /* Keyword.Type */
.m { color: #0000DD; font-weight: bold } /* Literal.Number */
.s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.na{color:#008080;} /* Name.Attribute */
.nb{color:#0086B3;} /* Name.Builtin */
- .nc{color:#458;font-weight:bold;} /* Name.Class */
+ .nc{color:#458;font-weight: bold;} /* Name.Class */
.no{color:#008080;} /* Name.Constant */
.ni{color:#800080;}
- .ne{color:#900;font-weight:bold;} /* Name.Exception */
- .nf{color:#900;font-weight:bold;} /* Name.Function */
- .nn{color:#005;font-weight:bold;} /* Name.Namespace */
+ .ne{color:#900;font-weight: bold;} /* Name.Exception */
+ .nf{color:#900;font-weight: bold;} /* Name.Function */
+ .nn{color:#005;font-weight: bold;} /* Name.Namespace */
.nt{color:#000080;} /* Name.Tag */
.nv{color:#008080;} /* Name.Variable */
.py { color: #336699; font-weight: bold } /* Name.Property */