dont uppercase the capsul id on the detail page
This commit is contained in:
@ -72,6 +72,14 @@ h1, h2, h3, h4, h5 {
|
||||
text-shadow: 2px 2px 0px #0007;
|
||||
}
|
||||
|
||||
h1.no-text-transform,
|
||||
h2.no-text-transform,
|
||||
h3.no-text-transform,
|
||||
h4.no-text-transform,
|
||||
h5.no-text-transform {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0;
|
||||
padding-left: 2em;
|
||||
|
Reference in New Issue
Block a user