2011-07-11 12:34:53 -07:00
|
|
|
/**
|
|
|
|
* @provides phriction-document-css
|
|
|
|
*/
|
|
|
|
|
2011-07-12 08:08:03 -07:00
|
|
|
.phriction-document-crumbs a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-07-15 14:56:39 -07:00
|
|
|
|
2011-07-17 11:06:02 -07:00
|
|
|
.phriction-revert-table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-revert-table td {
|
|
|
|
text-align: center;
|
|
|
|
width: 50%;
|
2013-10-29 16:06:13 -07:00
|
|
|
padding: 8px 0;
|
|
|
|
margin: 0 16px;
|
|
|
|
border-top: 1px solid {$lightblueborder};
|
2011-07-17 11:06:02 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-history-nav-table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-history-nav-table td {
|
|
|
|
width: 50%;
|
2013-09-02 13:57:48 -07:00
|
|
|
color: {$darkgreytext};
|
2015-02-27 11:25:44 -08:00
|
|
|
padding: 12px;
|
2015-05-28 14:04:54 -07:00
|
|
|
background-color: {$lightgreybackground};
|
2013-10-29 16:06:13 -07:00
|
|
|
}
|
|
|
|
|
2011-07-17 11:06:02 -07:00
|
|
|
.phriction-history-nav-table td.nav-next {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2013-04-11 15:05:50 -07:00
|
|
|
|
2013-05-31 15:03:59 -07:00
|
|
|
.phui-document-content .phriction-link {
|
|
|
|
font-weight: bold;
|
2013-05-22 15:35:42 -07:00
|
|
|
}
|