Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,10 @@ img.ui.avatar,
color: var(--color-gold) !important;
}

.text.small {
font-size: 0.75em;
}

/* FIXME: this is a serious pollution, do not use this for "float: left" anymore */
.ui.left:not(.action) {
float: left;
Expand Down Expand Up @@ -1257,10 +1261,6 @@ img.ui.avatar,
text-align: right !important;
}

.ui .text.small {
font-size: 0.75em;
}

.ui .text.normal {
font-weight: var(--font-weight-normal);
}
Expand Down
135 changes: 0 additions & 135 deletions web_src/fomantic/build/semantic.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions web_src/fomantic/semantic.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"segment",
"site",
"tab",
"table",
"text"
"table"
]
}