Skip to content

Commit

Permalink
Change: Do not limit section header to 500px
Browse files Browse the repository at this point in the history
  • Loading branch information
Milek7 authored and LordAro committed Dec 28, 2019
1 parent 05be85c commit 7f41238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/page.css
Expand Up @@ -9,13 +9,13 @@
width: 770px;
}
.section-header {
background: url("../img/layout/section-bg.png") no-repeat;
background: url("../img/layout/section-bg.png") repeat-x;
color: #365800;
line-height: 38px;
height: 38px;
padding: 0px 0px 0px 10px;
text-align: left;
width: 500px;
border-radius: 4px;
}
.section-icon {
background: url("../img/layout/section-news.gif") no-repeat;
Expand Down
Binary file modified static/img/layout/section-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f41238

Please sign in to comment.