aboutsummaryrefslogtreecommitdiff
path: root/www/content.css
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-10 07:14:08 +0000
committerChris Lattner <sabre@nondot.org>2007-12-10 07:14:08 +0000
commit1a380a0b0930f5a1e48618fd6ec09ea5d07d1282 (patch)
treeecb97a39090a70ac1e48d1bd58176fee787ff3fe /www/content.css
parentc222f93900c2bb1870e58a5f452e85c21ad89e8d (diff)
reorganize features, expound on a couple more.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/content.css')
-rw-r--r--www/content.css50
1 files changed, 9 insertions, 41 deletions
diff --git a/www/content.css b/www/content.css
index 23244358d2..3fa7be0145 100644
--- a/www/content.css
+++ b/www/content.css
@@ -1,8 +1,15 @@
html, body {
- margin:0px;
padding:0px;
}
+/* Slides */
+IMG.img_slide {
+ display: block;
+ margin-left: auto;
+ margin-right: auto
+}
+
+
/* FIXME: This is only for the status page */
table,tr,td {
border:.3ex solid black;
@@ -18,46 +25,7 @@ table,tr,td {
.code {
font:Courier,Arial;
}
-.quote {
- display: block;
- margin: 0 5em;
-}
-.key_point {
- color:rgb(200,0,0);
-}
.simple_list { /* simple lists that don't need to stand out */
margin-left:0;
}
-
-
-/* ****************** */
-/* Performance images */
-.img_container {
- display:inline;
- background-color:rgb(250,250,250);
- width:400px;
- vertical-align:top;
- margin:.1em;
-}
-[class=img_container] {
- display:inline-block;
-}
-.img_container img {
- display:block;
-}
-
-.img_title {
- display:block;
- font-weight:bold;
- color:rgb(20,50,150);
-}
-.img_desc .img-notes {
- display:block;
- padding:.3em;
-}
-.img_notes {
- font-style:italic;
- color:rgb(50,50,50);
- font-size:.9em;
-}
-/* ****************** */ \ No newline at end of file
+