Author: kaspersor
Date: Fri May 20 03:49:08 2016
New Revision: 1744653
URL: http://svn.apache.org/viewvc?rev=1744653&view=rev
Log:
CMS commit to metamodel by kaspersor
Modified:
metamodel/site/trunk/content/css/prettify-metamodel.css
Modified: metamodel/site/trunk/content/css/prettify-metamodel.css
URL:
http://svn.apache.org/viewvc/metamodel/site/trunk/content/css/prettify-metamodel.css?rev=1744653&r1=1744652&r2=1744653&view=diff
==============================================================================
--- metamodel/site/trunk/content/css/prettify-metamodel.css (original)
+++ metamodel/site/trunk/content/css/prettify-metamodel.css Fri May 20 03:49:08
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