mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
little changes in the theme
This commit is contained in:
parent
ba1b5fbe2b
commit
961bc2c426
3 changed files with 4 additions and 2 deletions
|
@ -20,4 +20,4 @@ SOCIAL = (('twitter', 'http://twitter.com/ametaireau'),
|
||||||
('github', 'http://github.com/ametaireau'),)
|
('github', 'http://github.com/ametaireau'),)
|
||||||
|
|
||||||
TIMEZONE = "Europe/Paris"
|
TIMEZONE = "Europe/Paris"
|
||||||
LOCALE = "en_US"
|
LOCALE = "en_US.utf8"
|
||||||
|
|
|
@ -82,6 +82,8 @@ nav ul li {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
|
overflow: scroll;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content blockquote {
|
.content blockquote {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="top">
|
<div id="top">
|
||||||
<p class="author"><a href="{{ SITEURL }}">{{ AUTHOR }}</a>'s thougths</p>
|
<p class="author"><a href="http://notmyidea.org">{{ AUTHOR }}</a>'s thoughts</p>
|
||||||
<ul class="links">{% block links %}{% endblock %}</ul>
|
<ul class="links">{% block links %}{% endblock %}</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="content clear">{% block content %}{% endblock %}</div>
|
<div class="content clear">{% block content %}{% endblock %}</div>
|
||||||
|
|
Loading…
Reference in a new issue