mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
test/index.html: minor CSS improvements.
This commit is contained in:
@ -19,10 +19,15 @@
|
||||
<script src="../jquery.mousewheel.js"></script>
|
||||
|
||||
<style>
|
||||
html {
|
||||
font: 13px Arial, sans-serif;
|
||||
}
|
||||
|
||||
#stage {
|
||||
position: relative;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
#test1 {
|
||||
background-color: #000;
|
||||
width: 120px;
|
||||
@ -98,15 +103,13 @@
|
||||
}
|
||||
|
||||
#logger p {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
padding: 2px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#logger p:nth-child(even) {
|
||||
background-color: #FFFFE8;
|
||||
background-color: #ffffe8;
|
||||
}
|
||||
|
||||
#logger p:nth-child(10n) {
|
||||
|
Reference in New Issue
Block a user