about summary refs log tree commit diff homepage
path: root/www/content.css
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-06 09:15:18 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-06 09:15:18 +0000
commit98633b8240294910f74877e4c8b992bc5669ada1 (patch)
treea755ab40f7ad7e1ec931d843fef3d2a040b10539 /www/content.css
parent4bd8f060f95c0d50249c2713ed1b210b51742680 (diff)
downloadklee-98633b8240294910f74877e4c8b992bc5669ada1.tar.gz
Document the KQuery language.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72997 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/content.css')
-rw-r--r--www/content.css31
1 files changed, 25 insertions, 6 deletions
diff --git a/www/content.css b/www/content.css
index 355ecca5..50835ec3 100644
--- a/www/content.css
+++ b/www/content.css
@@ -8,9 +8,10 @@ html, body {
 
 h1, h2, h3, tt { color: #000 }
 
-h1 { padding-top:0px; margin-top:0px;}
-h2 { color:#333333; padding-top:0.5em; }
-h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7}
+h1 { color:#000000; padding-top: 0px; margin-top:0px;}
+h2 { color:#333333; padding-top: 0.5em; }
+h3 { color:#2d58b7; padding-top: 0.5em; margin-bottom: -0.25em; }
+h4 { color:#2d58b7; }
 li { padding-bottom: 0.5em; }
 ul { padding-left:1.5em; }
 
@@ -26,8 +27,17 @@ IMG.img_slide {
 /* Tables */
 tr { vertical-align:top }
 
-/* Instructions */
-div.instr{
+/* Syntax */
+div.syntax {
+    border: 1px solid LightSteelBlue ;
+    font-family: Courier New;
+    background-color: SeaShell;
+    padding: 7px;
+    margin: 7px;
+}
+
+/* Examples */
+div.example {
     border: 1px solid LightSteelBlue ;
     font-family: Courier New;
     background-color: #E3E3E3;
@@ -36,7 +46,16 @@ div.instr{
 }
 
 /* Instructions */
-pre.output{
+div.instr {
+    border: 1px solid LightSteelBlue ;
+    font-family: Courier New;
+    background-color: #E3E3E3;
+    padding: 7px;
+    margin: 7px;
+}
+
+/* Output */
+pre.output {
     border: 1px solid LightSteelBlue ;
     font-family: Courier New;
     background-color: #E3E3E3;