diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2015-10-03 10:10:31 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2015-10-03 10:10:31 +0200 |
commit | 0c60e44c7645ec760e58d8d9c72136b10caddfbe (patch) | |
tree | ccde3e5e3fbba5f3441e7b08001925d1fd5600cd /theme/templates | |
parent | 437f042fdbc9d4ec9fe81f620d774c38b1a5886f (diff) |
Update theme
Diffstat (limited to 'theme/templates')
-rwxr-xr-x | theme/templates/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/header.html b/theme/templates/header.html index 6c51cdf..eaf9531 100755 --- a/theme/templates/header.html +++ b/theme/templates/header.html @@ -1,4 +1,4 @@ <header id="header"> <h1><a href="{{ SITEURL }}/index.html">{{ SITENAME }}</a></h1> - <img src="/theme/images/header.jpg" width="690px"/> + <img src="/theme/images/header.jpg" width="100%"/> </header> |