Skip to content

Commit

Permalink
Release 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
madjar committed Jan 30, 2012
1 parent 77f9271 commit 129a8fa
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.9
---

- Correction de la css pour le hl. Ça bump comme c'est pas permit !

1.8
---

Expand Down
20 changes: 20 additions & 0 deletions rezoirclogs/static/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

a.time, a.time:visited {
text-decoration: none;
color: #8888cc;
}
a.time:active, a.time:hover {
text-decoration: none;
color: #9999dd;
}
a.time:before { content: "["; }
a.time:after { content: "]"; }


.highlighted{
background-color: #D9EDF7;
}

.selected{
background-color: #FCF8E3;
}
1 change: 1 addition & 0 deletions rezoirclogs/templates/base.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="{{ request.static_url('rezoirclogs:static/css/bootstrap.css') }}" type="text/css" />
<link rel="stylesheet" href="{{ request.static_url('rezoirclogs:static/css/bootstrap-responsive.css') }}" type="text/css" />
<link rel="stylesheet" href="{{ request.static_url('rezoirclogs:static/css/style.css') }}" type="text/css" />
{%- if resources is defined -%}
{%- for css in resources['css'] -%}
<link rel="stylesheet" href="{{ request.static_url('deform:static/' + css) }}" type="text/css" />
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'deform', 'pyramid_beaker', 'unittest2', 'deform_bootstrap']

setup(name='rezoirclogs',
version='1.8',
version='1.9',
description='rezoirclogs',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 129a8fa

Please sign in to comment.