[www] r217151 - Slightly increase the size of the section to make sure all the content is on one line. Example: http://llvm.org/releases/download.html
Sylvestre Ledru
sylvestre at debian.org
Thu Sep 4 07:12:30 PDT 2014
Author: sylvestre
Date: Thu Sep 4 09:12:30 2014
New Revision: 217151
URL: http://llvm.org/viewvc/llvm-project?rev=217151&view=rev
Log:
Slightly increase the size of the section to make sure all the content is on one line. Example: http://llvm.org/releases/download.html
Modified:
www/trunk/llvm.css
Modified: www/trunk/llvm.css
URL: http://llvm.org/viewvc/llvm-project/www/trunk/llvm.css?rev=217151&r1=217150&r2=217151&view=diff
==============================================================================
--- www/trunk/llvm.css (original)
+++ www/trunk/llvm.css Thu Sep 4 09:12:30 2014
@@ -76,7 +76,7 @@ address { clear: right; }
background: url("img/lines.gif");
margin: 1em 0.5em 1em 0.5em;
padding-left: 1em;
- width: 300px }
+ width: 330px }
.rel_sectiontxt { padding: 0 1em 0 1em;
margin: 1em 0.5em 1em 0.5em }
More information about the llvm-commits
mailing list