mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
add pre.unstyled css rule
in bootstrap, pre blocks have background and borders. this removes them with a special class named `unstyled` just like `ul.unstyled`.
This commit is contained in:
parent
3db99c7d21
commit
e02557af3a
1 changed files with 6 additions and 0 deletions
6
dist/css/custom.css
vendored
6
dist/css/custom.css
vendored
|
@ -53,3 +53,9 @@
|
|||
width:100%;
|
||||
height:300px;
|
||||
}
|
||||
|
||||
pre.unstyled {
|
||||
border-width: 0;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue