Merge pull request #323 from kristi/frontend-tweak

Fix HR background
This commit is contained in:
Corey Donohoe
2012-05-07 21:22:29 -07:00
3 changed files with 90 additions and 90 deletions
@@ -68,7 +68,7 @@ a.absent {
.markdown-body h4:hover a.anchor,
.markdown-body h5:hover a.anchor,
.markdown-body h6:hover a.anchor {
background: url('../../images/modules/styleguide/para.png') no-repeat 10px center;
background: url('/images/para.png') no-repeat 10px center;
text-decoration: none;
}
.markdown-body h1 tt,
@@ -118,7 +118,7 @@ a.absent {
margin: 15px 0
}
.markdown-body hr {
background: transparent url('../../images/modules/pulls/dirty-shade.png') repeat-x 0 0;
background: transparent url('/images/dirty-shade.png') repeat-x 0 0;
border: 0 none;
color: #ccc;
height: 4px;
@@ -318,7 +318,7 @@ a.absent {
margin: 0 2px;
padding: 0 5px;
white-space: nowrap;
border: 1px solid #eaeaea;
border: 1px solid #ddd;
background-color: #f8f8f8;
border-radius: 3px;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB