Merge pull request #4299 from MrPetovan/task/bump-code-font-size
Bump code font size to .85em (85%)
This commit is contained in:
commit
3d617b9535
|
@ -28,7 +28,7 @@ a.btn, a.btn:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.overline {
|
.overline {
|
||||||
text-decoration: overline;
|
text-decoration: overline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* List of social Networks */
|
/* List of social Networks */
|
||||||
|
@ -237,8 +237,22 @@ span.oembed, h4 {
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
code { display: block; background-color: #eee; color: #666; padding:1em; font-size: 0.8em; font-family: monospace; }
|
code {
|
||||||
key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-size: 0.8em; font-family: monospace; }
|
display: block;
|
||||||
|
background-color: #eee;
|
||||||
|
color: #666;
|
||||||
|
padding: 1em;
|
||||||
|
font-size: 0.85em;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
key {
|
||||||
|
display: inline;
|
||||||
|
background-color: #eee;
|
||||||
|
color: #666;
|
||||||
|
padding: 0.2em;
|
||||||
|
font-size: 0.85em;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
/* fields help text */
|
/* fields help text */
|
||||||
.field .field_help {
|
.field .field_help {
|
||||||
|
@ -496,19 +510,19 @@ td.federation-data {
|
||||||
|
|
||||||
/* admin pending user notes */
|
/* admin pending user notes */
|
||||||
td.pendingnote {
|
td.pendingnote {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
td.pendingnote > p > span {
|
td.pendingnote > p > span {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* warning message */
|
/* warning message */
|
||||||
.warning-message {
|
.warning-message {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border-left: 5px solid #f00;
|
border-left: 5px solid #f00;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* src/href attributes filter error display */
|
/* src/href attributes filter error display */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user