foam-framework
Version:
MVC metaprogramming framework
62 lines (50 loc) • 648 B
CSS
/*
body {
margin: 0px;
}
p {
padding-bottom: 0.5em;
}
li {
padding-bottom: 0.5em;
}
h1 {
padding-bottom: 0.5em;
}
div.contentPanes {
height: 90%;
width: 100%;
overflow: hidden;
margin:0px;
}
div.listPane {
padding: 1em;
width: 25%;
height: 95%;
float:left;
}
div.detailPane {
padding: 1em;
overflow-y: scroll;
width: 69%;
height: 95%;
float: left;
}
div.members {
padding-left: 2em;
}
div.memberList {
padding-left: 2em;
}
div.inherited {
color: #666666;
}
span.docLink {
color: blue;
text-decoration: underline;
}
span.docLinkNoDocumentation {
color: red;
text-decoration: underline;
}
*/