You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

46 lines
659 B

body {
font-size: 14px;
/*font: 14px 'Open Sans', "Lucida Grande", Helvetica, Arial, sans-serif;*/
}
hr {
margin: 5px 0 15px 0;
}
img.header-image {
margin-top: -10px;
margin-bottom: -5px;
width: 30px;
height: 30px;
margin-right: 10px;
}
code, .monospace {
font-family: "Cousine", monospace;
}
.properties-header {
width: 190px;
text-align: right;
}
.word-wrap {
word-wrap: break-word;
word-break: break-all;
}
.tag {
border-radius: 4px;
background-color: #0275d8;
color: white;
padding: 2px 5px;
margin-right: 4px;
}
#subheader a {
margin-right: 20px;
}
.table th {
border-top: none;
}