Update css.php
CSS fix the overwrap problem on the pre html tags.
This commit is contained in:
@@ -201,6 +201,10 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
|||||||
background-size:cover;
|
background-size:cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
div#footer {
|
div#footer {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -1790,4 +1794,4 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
|||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user