Merge pull request #1917 from awesomerobot/master

fixing watermark/gutter link interference
This commit is contained in:
Sam 2014-02-07 15:45:50 +11:00
commit 9f6fe7280d
2 changed files with 2 additions and 0 deletions

View File

@ -995,6 +995,7 @@ a.attachment:before {
color: rgba(0,0,0,0.05);
font: 90px/1 FontAwesome;
content: "\f05c";
z-index: -5;
}
.read_restricted .gutter:before {

View File

@ -166,6 +166,7 @@ a:hover.reply-new {
// background-color: #d4eaf4;
// background-color: #C5E8F7;
background-color: #C6F3B6;
transition: width .75s;
}
}