mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 14:01:29 +00:00
add some auxiliary text styles
This commit is contained in:
@@ -1109,6 +1109,26 @@ body.ttrss_main, body.ttrss_utility {
|
||||
}
|
||||
}
|
||||
|
||||
.pull-right {
|
||||
float : right;
|
||||
}
|
||||
|
||||
.pull-left {
|
||||
float : left;
|
||||
}
|
||||
|
||||
.text-error {
|
||||
color: #b94a48;
|
||||
}
|
||||
|
||||
.text-info {
|
||||
color: #3a87ad;
|
||||
}
|
||||
|
||||
.text-success {
|
||||
color: #468847;
|
||||
}
|
||||
|
||||
.alert,
|
||||
.alert h4 {
|
||||
color: #c09853;
|
||||
|
||||
Reference in New Issue
Block a user