2011-07-11 12:34:53 -07:00
|
|
|
/**
|
|
|
|
* @provides phriction-document-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phriction-header {
|
2011-07-11 20:14:46 -07:00
|
|
|
background: #eeeeee;
|
|
|
|
border-bottom: 1px solid #dddddd;
|
2011-07-11 12:34:53 -07:00
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-header a.button {
|
|
|
|
float: right;
|
|
|
|
}
|
2011-07-11 20:14:46 -07:00
|
|
|
|
|
|
|
.phriction-header h1 {
|
|
|
|
margin: .25em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-content {
|
|
|
|
max-width: 960px;
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-byline {
|
|
|
|
padding: .25em 0 1em;
|
|
|
|
color: #444444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-content .phriction-link {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-07-12 08:08:03 -07:00
|
|
|
|
|
|
|
.phriction-breadcrumbs {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-document-crumbs a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|