Skip to content
Snippets Groups Projects
Commit 2acb6b09 authored by Max-Ferdinand Zeterberg's avatar Max-Ferdinand Zeterberg
Browse files

feat(CSS): add styles for new hi-classes

parent 8d5e1bfd
No related branches found
No related tags found
1 merge request!29Resolve "implement schema changes to serialization"
...@@ -232,6 +232,20 @@ hr.metamark-line.doubleLine { ...@@ -232,6 +232,20 @@ hr.metamark-line.doubleLine {
} }
/*----------------------------------{ HIGHLIGHTINGS }--------------------------------*/
.bold {
font-weight: bold;
}
.italics {
font-style: italic;
}
.under {
text-decoration: underline;
}
/*----------------------------------{ ITEMS }--------------------------------*/ /*----------------------------------{ ITEMS }--------------------------------*/
.item { .item {
vertical-align: top; vertical-align: top;
......
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