mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
added class for preformatted text
This commit is contained in:
parent
16e7e56498
commit
aff8119136
2 changed files with 11 additions and 2 deletions
|
|
@ -49,6 +49,9 @@ ul{ margin: 1em 0; padding: 0 20px 0 20px; }
|
|||
/* Hide from both screenreaders and browsers: h5bp.com/u */
|
||||
.hidden { display: none !important; visibility: hidden; }
|
||||
|
||||
/* preformatted text */
|
||||
.pre {white-space:pre}
|
||||
|
||||
/* ==== print styles =======================================================
|
||||
Print styles.
|
||||
Inlined to avoid required HTTP connection: h5bp.com/r
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue