Skip to content
Snippets Groups Projects
Commit 1660bef2 authored by Arkerthan's avatar Arkerthan
Browse files

Move .strong style to CSS module

parent c6f2b320
No related branches found
No related tags found
1 merge request!8580Move CSS files in their own directory Part 2
...@@ -40,7 +40,8 @@ ...@@ -40,7 +40,8 @@
font-weight: bold; font-weight: bold;
} }
.major-link, .bold { /* strong is deprecated, use bold instead */
.major-link, .bold, .strong {
font-weight: bold; font-weight: bold;
} }
......
...@@ -20,7 +20,3 @@ span.freeAssignment { ...@@ -20,7 +20,3 @@ span.freeAssignment {
margin-right: 2em; margin-right: 2em;
text-indent: 0; text-indent: 0;
} }
.strong {
font-weight: bold;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment