Explorar o código

LibWeb: Add default styling to abbr, acronym, mark, strike and tt

Lady Gegga %!s(int64=3) %!d(string=hai) anos
pai
achega
2c1f5cd310
Modificáronse 1 ficheiros con 12 adicións e 1 borrados
  1. 12 1
      Userland/Libraries/LibWeb/CSS/Default.css

+ 12 - 1
Userland/Libraries/LibWeb/CSS/Default.css

@@ -34,7 +34,8 @@ pre {
 
 code,
 kbd,
-samp {
+samp,
+tt {
     font-family: monospace;
 }
 
@@ -44,6 +45,7 @@ ins {
 }
 
 s,
+strike,
 del {
     text-decoration: line-through;
 }
@@ -198,6 +200,15 @@ blockquote {
     margin-right: 25px;
 }
 
+mark {
+    background: yellow;
+}
+
+abbr[title],
+acronym[title] {
+    text-decoration: dotted underline;
+}
+
 ul,
 ol {
     padding-left: 20px;