Skip to content

Commit

Permalink
skins/blue/skin.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kktsvetkov committed Aug 2, 2020
1 parent 7145cd8 commit 42983df
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions skins/blue/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

ul.krumo-node {
margin: 0px;
padding: 0px;
margin: 0;
padding: 0;
}
ul.krumo-node ul {
margin-left: 20px;
Expand All @@ -17,7 +17,7 @@ ul.krumo-node ul {
}
div.krumo-root {
border: solid 1px black;
margin: 1em 0em;
margin: 1em 0;
}
ul.krumo-first {
font: normal 12px arial;
Expand All @@ -31,8 +31,8 @@ ul.krumo-first {
li.krumo-child {
display:block;
list-style: none;
padding: 0px;
margin: 0px;
padding: 0;
margin: 0;
overflow:hidden;
}
div.krumo-element {
Expand Down Expand Up @@ -68,11 +68,11 @@ a.krumo-name big {
* html a.krumo-name big {
font: bold 19pt Console, "Courier New";
top: 5px;
left: 0px;
left: 0;
line-height: 9px;
height: 12px;
padding: 0px;
margin: 0px;
padding: 0;
margin: 0;
}
div.krumo-expand {
background: #AAD5FF;
Expand All @@ -85,7 +85,7 @@ div.krumo-preview {
font: normal 13px courier new;
padding: 5px 5px 14px 5px;
background: white;
border-top: 0px;
border-top: 0;
overflow:auto;
white-space:pre;
}
Expand All @@ -111,8 +111,8 @@ div.krumo-version {
}
li.krumo-footnote h6 {
font: bold 11px verdana;
margin: 0px;
padding: 0px;
margin: 0;
padding: 0;
color:navy;
display:inline;
}
Expand Down

0 comments on commit 42983df

Please sign in to comment.