Move CSS helper classes to root.css
This commit is contained in:
parent
7f79238868
commit
979cd1bbcb
2 changed files with 7 additions and 13 deletions
|
|
@ -56,10 +56,6 @@ figure.bordered {
|
|||
border: 2px solid #eee;
|
||||
}
|
||||
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
|
@ -331,12 +327,3 @@ pre {
|
|||
font-size: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Helpers
|
||||
*/
|
||||
|
||||
/* For <span>s that shouldn't break. */
|
||||
.nobreak {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue