From: Chris Lattner Date: Sun, 9 Dec 2007 08:40:26 +0000 (+0000) Subject: unindent, don't zap whitespace before/after paragraphs. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=217543b9f38826acfe45f28eeac308b209498af3;p=clang unindent, don't zap whitespace before/after paragraphs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44736 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/content.css b/www/content.css index ee3559dea1..e7d44a6066 100644 --- a/www/content.css +++ b/www/content.css @@ -1,84 +1,70 @@ -/* - Consulted: - http://www.w3.org/TR/CSS1 & - http://www.w3.org/TR/CSS21/ -*/ +html, body { + margin:0px; + padding:0px; +} + +/* FIXME: This is only for the status page */ +table,tr,td { + border:.3ex solid black; + border-collapse:collapse; + padding:.4ex; +} - html, body { - margin:0px; - padding:0px; - } - p { - margin-top:0; - margin-bottom:0; - } +.li_desc, .li_weak_desc { /* layout + formatting */ + margin: 0 3ex; + font-size:.9em; +} +.li_weak_desc { /* color */ + color:rgb(100,100,100); +} +.weak_txt { + font-size:.9em; + color:rgb(100,100,100); +} - ul, ol { /* Get rid of the extra space above and below all lists */ - margin-top:0; - margin-bottom:0; - } - table,tr,td { - border:.3ex solid black; - border-collapse:collapse; - padding:.4ex; - } +.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; +} - .li_desc, .li_weak_desc { /* layout + formatting */ - margin: 0 3ex; - font-size:.9em; - } - .li_weak_desc { /* color */ - color:rgb(100,100,100); - } - .weak_txt { - font-size:.9em; - color:rgb(100,100,100); - } +/* ****************** */ +/* 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; +} - .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 +.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