about summary refs log tree commit diff homepage
path: root/www/content.css
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2009-05-20 06:29:36 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2009-05-20 06:29:36 +0000
commita55960edd4dcd7535526de8d2277642522aa0209 (patch)
treec527e3cd2339d39b2d0717fb31a40bcfc23e23dc /www/content.css
parentf01ff0f8e0ffca185a87143e6461a539b9285930 (diff)
downloadklee-a55960edd4dcd7535526de8d2277642522aa0209.tar.gz
Web page changes. Added a nice way to format code (div.code) in our CSS file.
Added download and install instructions, and a bug report page.



git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/content.css')
-rw-r--r--www/content.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/content.css b/www/content.css
index ab6983b4..caee1f00 100644
--- a/www/content.css
+++ b/www/content.css
@@ -23,3 +23,12 @@ IMG.img_slide {
 
 /* Tables */
 tr { vertical-align:top }
+
+/* Code */
+div.code{
+    border: 1px solid LightSteelBlue ;
+    font-family: Courier New;
+    background-color: #E3E3E3;
+    padding: 7px;
+    margin: 7px;
+}