Author: buildbot
Date: Fri May 20 03:49:15 2016
New Revision: 988704
Log:
Staging update by buildbot for metamodel
Modified:
websites/staging/metamodel/trunk/content/ (props changed)
websites/staging/metamodel/trunk/content/css/prettify-metamodel.css
Propchange: websites/staging/metamodel/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 20 03:49:15 2016
@@ -1 +1 @@
-1744652
+1744653
Modified: websites/staging/metamodel/trunk/content/css/prettify-metamodel.css
==============================================================================
--- websites/staging/metamodel/trunk/content/css/prettify-metamodel.css
(original)
+++ websites/staging/metamodel/trunk/content/css/prettify-metamodel.css Fri May
20 03:49:15 2016
@@ -1,32 +1,36 @@
-/**
- * Prettify overrides for the MetaModel website
- */
-pre {
- background-color: #222 !important;
- margin: 0;
- padding: 0;
- margin-left: 10px;
- margin-right: 10px;
- border: none;
-}
-
-pre .typ {
- color: #5594dd !important;
-}
-
-pre .str, pre .lit {
- color: #5594dd !important;
-}
-
-pre .com {
- color: #b8aa5a !important;
-}
-
-pre .kwd {
- color: #5594dd !important;
- font-weight: normal !important;
-}
-
-pre .tag {
- color: #5594dd !important;
+/**
+ * Prettify overrides for the MetaModel website
+ */
+pre {
+ background-color: #222 !important;
+ margin: 0;
+ padding: 0;
+ margin-left: 10px;
+ margin-right: 10px;
+ border: none;
+}
+
+pre .pln {
+ color: #fff !important;
+}
+
+pre .typ {
+ color: #5594dd !important;
+}
+
+pre .str, pre .lit {
+ color: #5594dd !important;
+}
+
+pre .com {
+ color: #b8aa5a !important;
+}
+
+pre .kwd {
+ color: #5594dd !important;
+ font-weight: normal !important;
+}
+
+pre .tag {
+ color: #5594dd !important;
}
\ No newline at end of file