mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
removing text-transforms (interferes with translation)
This commit is contained in:
parent
f29a761445
commit
3d41ee5f9a
@ -331,7 +331,6 @@ a.star {
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
line-height: 15px;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
p,
|
||||
|
3
app/assets/stylesheets/vendor/bootstrap.scss
vendored
3
app/assets/stylesheets/vendor/bootstrap.scss
vendored
@ -210,7 +210,6 @@ body {
|
||||
h6 {
|
||||
font-size: 11px;
|
||||
color: #999999;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
// this removes the unwanted top margin on a paragraph under a heading
|
||||
@ -703,4 +702,4 @@ table [class*=span] {
|
||||
&.info:hover td {
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user