Skip to content

Commit

Permalink
Remove unexplained and annoying css rule on spans
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Mar 25, 2024
1 parent 0347d61 commit cd51e8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webrtc.css
Expand Up @@ -22,8 +22,6 @@ body ins, body del { display: block; }
body * ins, body * del { display: inline; }


li > span:not([title=""]):not([class="XXX"]):not([class="impl"]):not([class="note"]) { border-bottom: solid #99CC99; }

.note { color: green; background: transparent; font-family: sans-serif, Droid Sans Fallback; }
.warning { color: red; background: transparent; }
.note, .warning { font-weight: bolder; font-style: italic; }
Expand Down

0 comments on commit cd51e8b

Please sign in to comment.