Explorar o código

Fix bold style

I'm not sure if this ever worked before but no styles were being applied
to strong tags.
Thomas Dy %!s(int64=4) %!d(string=hai) anos
pai
achega
c456f9d13c

+ 4 - 0
output/assets/css/theme.css

@@ -341,6 +341,10 @@ h1 small {
   margin-top: 8px;
   margin-top: 8px;
 }
 }
 
 
+strong {
+  font-weight: bold;
+}
+
 #isso-thread {
 #isso-thread {
   font-size: 80%;
   font-size: 80%;
 }
 }

+ 4 - 0
themes/pleasant/static/assets/css/theme.css

@@ -341,6 +341,10 @@ h1 small {
   margin-top: 8px;
   margin-top: 8px;
 }
 }
 
 
+strong {
+  font-weight: bold;
+}
+
 #isso-thread {
 #isso-thread {
   font-size: 80%;
   font-size: 80%;
 }
 }