Skip to content

Commit

Permalink
Much better highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
asenchi committed Jul 7, 2011
1 parent c45185e commit 854cc34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions design.css
Expand Up @@ -174,7 +174,6 @@ div[id=mark] {
body div[type=privmsg] .sender[type=myself],
body div[type=action] .sender[type=myself] {
color: #d33682;
background-color: #eee8d5;
}

body div#body_home p { margin-left: 10em !important; margin-right: 7em; }
Expand Down Expand Up @@ -245,7 +244,7 @@ body div[type=privmsg][highlight=true],
body div[type=action][highlight=true] {
font-weight: normal;
padding: 2px 5px 1px 5px;
background-color: rgba(238, 232, 213, 0.3) !important;
background-color: rgba(238, 232, 213, 1.0) !important;
}

body div[type=privmsg][highlight=true] .message,
Expand Down

0 comments on commit 854cc34

Please sign in to comment.