summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-05-18 18:58:50 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2013-05-18 18:58:50 +0100
commit1d4bc6e63035eca8f15d6a0ea0fb176991396cdb (patch)
treed3289736d1a0d74b8e3b59313233a6e4ba8c8238
parentf081ac0e540378e4743bf81d0720e50f35a69428 (diff)
downloadNim-1d4bc6e63035eca8f15d6a0ea0fb176991396cdb.tar.gz
Website adjustments; added table style and span.pre style.
-rw-r--r--web/assets/style.css30
-rw-r--r--web/index.txt2
2 files changed, 30 insertions, 2 deletions
diff --git a/web/assets/style.css b/web/assets/style.css
index f550f7809..715214a1a 100644
--- a/web/assets/style.css
+++ b/web/assets/style.css
@@ -98,13 +98,43 @@ html, body {
         line-height:17px;
       }
       
+      #page span.pre {
+        background-color: #E6EDF2;
+        padding: 1pt 3pt;
+        border-radius: 2pt;
+        -moz-border-radius: 2pt;
+        -webkit-border-radius: 2pt;
+      }
+      
       #page pre > .Comment { color:#858686; font-style:italic; }
       #page pre > .Keyword { color:#1cb4ec; font-weight:bold; }
       #page pre > .Operator { color:#777; }
       #page pre > .StringLit, #page pre > .DecNumber { color:#ff7302; }
       
       #page li { margin-top:10px; }
+      
+      #page a:hover { text-decoration: underline; }
     
+      #page table.docutils {
+        background: none repeat scroll 0 0 #F3F6F8;
+        border-collapse: collapse;
+        font-size: 8pt;
+        text-align: left;
+        width: 480px;
+        border-spacing: 0;
+      }
+      
+      #page .docutils th {
+        border-bottom: 2px solid #1a1a1a;
+        font-size: 14px;
+        font-weight: normal;
+        padding: 8px 8px;
+      }
+      
+      #page .docutils td {
+        padding: 3px 8px;
+        color: #4d4d4d;
+      }
     
     #sidebar_wrap { float:right; width:260px; }
       #sidebar {
diff --git a/web/index.txt b/web/index.txt
index 6033ef930..4a5ddeaca 100644
--- a/web/index.txt
+++ b/web/index.txt
@@ -2,8 +2,6 @@
 Home
 ====
 
-**Nimrod combines Lisp's power with Python's readability and C's performance.**
-
 Welcome to Nimrod
 -----------------