forked from zaclys/searxng
[build] rebuild of the oscar theme, build from ad208378
the CSS files has been build by: $ make themes.oscar Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
ad208378bb
commit
c9f9e7da52
|
@ -730,3 +730,12 @@ code {
|
|||
.table > tbody > tr > th {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
.nav-tabs.nav-justified {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
p {
|
||||
margin: 10px 0;
|
||||
}
|
||||
input.cursor-text {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -703,6 +703,15 @@ code {
|
|||
.table > tbody > tr > th {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
.nav-tabs.nav-justified {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
p {
|
||||
margin: 10px 0;
|
||||
}
|
||||
input.cursor-text {
|
||||
margin: 10px 0;
|
||||
}
|
||||
/*Global*/
|
||||
body {
|
||||
background: #1d1f21 none !important;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue