Sfoglia il codice sorgente

More stuff

pull/24/head
Ben Kurtovic 12 anni fa
parent
commit
bda195c414
3 ha cambiato i file con 8 aggiunte e 2 eliminazioni
  1. +3
    -1
      pages/index.mako
  2. +1
    -1
      pages/support/footer.mako
  3. +4
    -0
      static/main.css

+ 3
- 1
pages/index.mako Vedi File

@@ -1,5 +1,7 @@
<%include file="/support/header.mako" args="title='Index Page'"/> <%include file="/support/header.mako" args="title='Index Page'"/>
<div id="content">
% for key, value in environ.items(): % for key, value in environ.items():
<p><b>${key}</b>: ${value}</p>
<p><b>${key}</b>: ${value}</p>
% endfor % endfor
</div>
<%include file="/support/footer.mako"/> <%include file="/support/footer.mako"/>

+ 1
- 1
pages/support/footer.mako Vedi File

@@ -1,5 +1,5 @@
<div id="footer"> <div id="footer">
<p>Copyright &copy; 2009&ndash;2012 <a href="http://earwig.github.com/"Ben Kurtovic</a> / <a href="http://en.wikipedia.org/wiki/User:The_Earwig">The Earwig</a> &bull; \
<p>Copyright &copy; 2009&ndash;2012 <a href="http://earwig.github.com/">Ben Kurtovic</a> / <a href="http://en.wikipedia.org/wiki/User:The_Earwig">The Earwig</a> &bull; \
<a href="mailto:earwig@toolserver.org">Contact</a> &bull; \ <a href="mailto:earwig@toolserver.org">Contact</a> &bull; \
<a href="https://github.com/earwig/toolserver">View Source</a> &bull; \ <a href="https://github.com/earwig/toolserver">View Source</a> &bull; \
<a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a></p> <a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a></p>


+ 4
- 0
static/main.css Vedi File

@@ -13,6 +13,10 @@ div#container {
background-color: #FFF; background-color: #FFF;
} }


div#content {
padding: 2px 15px 2px 15px;
}

div#footer { div#footer {
font-size: 11px; font-size: 11px;
text-align: center; text-align: center;


Caricamento…
Annulla
Salva