diff options
author | luxagraf <sng@luxagraf.net> | 2016-11-14 17:53:43 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-11-14 17:53:43 -0500 |
commit | b460162a8c744486857dae48c6afc1632c7115ba (patch) | |
tree | 82ce5a1ccf1a80fe8038e8daebba5407a4547b8e /design/templates/base.html | |
parent | 0bf00ae0c85821d5ffeb75bc8dd982d1b423d2aa (diff) |
pushed up new image insert script
Diffstat (limited to 'design/templates/base.html')
-rw-r--r-- | design/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index c0a5ca8..0646c9b 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -29,7 +29,7 @@ {%block extrahead%}{%endblock%} </head> <body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}> - <div class="wrapper"> + <div class="wrapper" id="wrapper"> <div class="header-wrapper"> <header role="banner"> <h1><a id="logo" href="/" title="home">Luxagraf</a></h1> |