[polly] r197793 - www: Do not use a small fonts for the core text

Tobias Grosser tobias at grosser.es
Fri Dec 20 01:24:28 PST 2013


Author: grosser
Date: Fri Dec 20 03:24:28 2013
New Revision: 197793

URL: http://llvm.org/viewvc/llvm-project?rev=197793&view=rev
Log:
www: Do not use a small fonts for the core text

Modified:
    polly/trunk/www/content.css
    polly/trunk/www/menu.css

Modified: polly/trunk/www/content.css
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/content.css?rev=197793&r1=197792&r2=197793&view=diff
==============================================================================
--- polly/trunk/www/content.css (original)
+++ polly/trunk/www/content.css Fri Dec 20 03:24:28 2013
@@ -2,7 +2,7 @@ html { margin: 0px; } body { margin: 8px
 
 html, body {
   padding:0px;
-  font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
+  font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
   line-height:1.5;
 }
 
@@ -66,8 +66,9 @@ tr { vertical-align:top }
 #head h1 {
   padding-bottom: 0em;
   margin-bottom: 0em;
-  padding-left: .5em;
-  font-size: 5em;
+  padding-top: 1em;
+  padding-left: 2em;
+  font-size: 3em;
 }
 
 #head h1 span {

Modified: polly/trunk/www/menu.css
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.css?rev=197793&r1=197792&r2=197793&view=diff
==============================================================================
--- polly/trunk/www/menu.css (original)
+++ polly/trunk/www/menu.css Fri Dec 20 03:24:28 2013
@@ -31,7 +31,7 @@
         margin-bottom: 0.4em;
         margin-top: 0.4em;
 	font-weight: bold;
-        font-size: 1.2em;
+        font-size: 1.1em;
 	text-align: center;
 	background-color: #3b4567;
         -webkit-border-radius: 5px;
@@ -44,7 +44,6 @@
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         border-radius: 5px;
-        font-size: 1.1em;
 	display:block;
         font-weight: bold;
 	text-decoration: none;





More information about the llvm-commits mailing list