summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-12-30 01:30:25 -0500
committerMike Crute <mcrute@gmail.com>2010-12-30 01:30:25 -0500
commita543b30e628cef2a00987846bb02d389bb48a0be (patch)
treee2dda44502a24fba0ffe08acbe53dc18aa8afaf5
parent41a78264a18637b25bc83599e59f9b2bae29949a (diff)
downloadgreenbox-a543b30e628cef2a00987846bb02d389bb48a0be.tar.bz2
greenbox-a543b30e628cef2a00987846bb02d389bb48a0be.tar.xz
greenbox-a543b30e628cef2a00987846bb02d389bb48a0be.zip
Adding header link and styles
-rw-r--r--greenbox/templates/base_generic.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/greenbox/templates/base_generic.html b/greenbox/templates/base_generic.html
index 29e05b2..7fbbe1f 100644
--- a/greenbox/templates/base_generic.html
+++ b/greenbox/templates/base_generic.html
@@ -48,6 +48,15 @@
48 border-bottom: 1px solid green; 48 border-bottom: 1px solid green;
49 } 49 }
50 50
51 h1 a {
52 color: white;
53 border-bottom: 0;
54 }
55
56 h1 a:hover {
57 border-bottom: 1px dashed lightgreen;
58 }
59
51 /* TEXT STYLES */ 60 /* TEXT STYLES */
52 61
53 #recipe_description { 62 #recipe_description {
@@ -57,7 +66,7 @@
57 </head> 66 </head>
58 67
59 <body> 68 <body>
60 <h1><span class="trivial">the</span> Green Box</h1> 69 <h1><a href="/"><span class="trivial">the</span> Green Box</a></h1>
61 <div id="contents"> 70 <div id="contents">
62 <h2>{% block title %}{% endblock %}</h2> 71 <h2>{% block title %}{% endblock %}</h2>
63 {% block contents %}{% endblock %} 72 {% block contents %}{% endblock %}