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.

45 lines
640 B

8 years ago
body {
/*font: 14px 'Open Sans', "Lucida Grande", Helvetica, Arial, sans-serif;*/
8 years ago
}
hr {
margin: 5px 0 15px 0;
8 years ago
}
img.header-image {
margin-top: -10px;
margin-bottom: -5px;
width: 30px;
height: 30px;
margin-right: 10px;
}
code, .monospace {
font-family: "Cousine", monospace;
8 years ago
}
.properties-header {
width: 190px;
8 years ago
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;
8 years ago
}