Merge pull request #1217 from MaxLeiter/patch-3

Fix MOTD underline in Safari
This commit is contained in:
Pavel Djundik 2017-06-24 12:19:14 +03:00 committed by GitHub
commit c9f63fc699

View file

@ -61,6 +61,18 @@ a:hover {
opacity: .8;
}
/**
* From Normalize. See https://github.com/thelounge/lounge/pull/1217
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
h1,
h2,
h3 {