[polly] r197763 - www: Name the tiling scheme in the header

Tobias Grosser tobias at grosser.es
Thu Dec 19 17:18:58 PST 2013


Author: grosser
Date: Thu Dec 19 19:18:58 2013
New Revision: 197763

URL: http://llvm.org/viewvc/llvm-project?rev=197763&view=rev
Log:
www: Name the tiling scheme in the header

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

Modified: polly/trunk/www/content.css
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/content.css?rev=197763&r1=197762&r2=197763&view=diff
==============================================================================
--- polly/trunk/www/content.css (original)
+++ polly/trunk/www/content.css Thu Dec 19 19:18:58 2013
@@ -117,3 +117,20 @@ tr { vertical-align:top }
 #head h2 span:after {
   content: "\00a0\00a0\00a0";
 }
+
+#head p:before {
+  content: "\00a0\00a0\00a0";
+}
+#head p:after {
+  content: "\00a0\00a0\00a0";
+}
+
+#head p {
+  padding:0.1em;
+  background: rgba(0,0,0,0.3);
+  color: white;
+  position: absolute;
+  top: -1em; right: 0.5em;
+  -webkit-border-radius: 5px;
+  -moz-border-radius: 5px;
+}

Modified: polly/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.html.incl?rev=197763&r1=197762&r2=197763&view=diff
==============================================================================
--- polly/trunk/www/menu.html.incl (original)
+++ polly/trunk/www/menu.html.incl Thu Dec 19 19:18:58 2013
@@ -1,7 +1,11 @@
-<div id="head">
+<div id="head" style="position: relative">
 <h1><span><a href="/">Polly</a></span></h1>
 <h2><span>LLVM Framework for High-Level Loop and Data-Locality
 Optimizations</span></h2>
+
+
+<p> Hexagonal tiling in 3D</p>
+
 </div>
 <div id="menu">
   <div class="submenu">





More information about the llvm-commits mailing list