mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02: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
6
dist/css/custom.css
vendored
6
dist/css/custom.css
vendored
@ -53,3 +53,9 @@
|
|||||||
width:100%;
|
width:100%;
|
||||||
height:300px;
|
height:300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre.unstyled {
|
||||||
|
border-width: 0;
|
||||||
|
background-color: transparent;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user