mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 22:58:30 +08:00
full page search CSS tweaks
This commit is contained in:
parent
7d9ee9b378
commit
2d7ba13223
|
@ -10,7 +10,7 @@
|
||||||
a {
|
a {
|
||||||
color: scale-color($primary, $lightness: 10%);
|
color: scale-color($primary, $lightness: 10%);
|
||||||
}
|
}
|
||||||
line-height: 20px;
|
padding-bottom: 2px;
|
||||||
}
|
}
|
||||||
.avatar {
|
.avatar {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
.blurb {
|
.blurb {
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
line-height: 24px;
|
line-height: 20px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
clear: both;
|
clear: both;
|
||||||
color: scale-color($primary, $lightness: 20%);
|
color: scale-color($primary, $lightness: 20%);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user