2017-06-26 20:48:38 +00:00
|
|
|
# BOINC fixes to light-background themes
|
2016-11-28 23:22:17 +00:00
|
|
|
|
|
|
|
table a:not(.btn), .table a:not(.btn), table a, .table a, a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table a:hover, .table a:hover, a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
2016-12-24 22:50:01 +00:00
|
|
|
font-size: 15px;
|
2016-11-28 23:22:17 +00:00
|
|
|
}
|
2017-08-18 20:44:05 +00:00
|
|
|
|
|
|
|
.bg-primary a {
|
|
|
|
color: white;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2018-01-08 08:35:53 +00:00
|
|
|
|
|
|
|
.form-horizontal .control-label {
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|