From 817e6c331368a9b835cc780b437432dcbb05d0ce Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 10 Mar 2013 16:55:47 -0500 Subject: [PATCH] changed header of example... should move examples to bootstrap --- VERSION | 2 +- applications/examples/static/css/examples.css | 6 +++-- applications/examples/views/layout.html | 23 ++++++++----------- 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/VERSION b/VERSION index 810b969d..4bc63a0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.2-stable+timestamp.2013.03.10.15.44.27 +Version 2.4.2-stable+timestamp.2013.03.10.16.54.56 diff --git a/applications/examples/static/css/examples.css b/applications/examples/static/css/examples.css index 707211b6..10acf53f 100644 --- a/applications/examples/static/css/examples.css +++ b/applications/examples/static/css/examples.css @@ -25,8 +25,6 @@ a.button {color: #658883} .sf-menu li, .sf-menu li a { border-radius: 5px;} .wrapper { - background: url('../images/back-02.png') repeat-x; - padding-top:10px; } h1 { font-size: 32px } h2 { font-size: 24px } @@ -44,6 +42,10 @@ ul { list-style: circle outside; padding-left: 30px;} margin-bottom: 5px; } +.header { + background: url('../images/stripes.png') repeat-y; + padding-top:10px; +} .header h5 { float: left; } diff --git a/applications/examples/views/layout.html b/applications/examples/views/layout.html index 1898af88..ec7c96b1 100644 --- a/applications/examples/views/layout.html +++ b/applications/examples/views/layout.html @@ -75,20 +75,15 @@
- {{block statusbar}} - {{is_mobile=request.user_agent().is_mobile}} - - +
+ +
+ InfoWorld's 2012 Technology of the Year Award Winner +
@@ -118,7 +113,7 @@