2010-11-12 22:00:51 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
/* Styles for Freemarker template revisionInfo */
|
|
|
|
|
2011-02-02 02:58:37 +00:00
|
|
|
#revision-build-date {
|
|
|
|
width: 475px;
|
|
|
|
float: right;
|
|
|
|
border-left: 1px solid #DFE6E6;
|
|
|
|
padding-left: 35px;
|
|
|
|
height: 200px;
|
2010-11-12 22:00:51 +00:00
|
|
|
}
|
2011-02-02 02:58:37 +00:00
|
|
|
#revision-levels {
|
|
|
|
width: 375px;
|
|
|
|
float: left;
|
2010-11-12 22:00:51 +00:00
|
|
|
}
|
2011-02-02 02:58:37 +00:00
|
|
|
#revision-levels caption {
|
2010-11-12 22:00:51 +00:00
|
|
|
padding: 10px 0 12px 0;
|
2011-02-02 02:58:37 +00:00
|
|
|
margin: 0;
|
2010-11-12 22:00:51 +00:00
|
|
|
font-size: 18px;
|
|
|
|
color: #2485ae;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2011-02-02 02:58:37 +00:00
|
|
|
#revision-levels th {
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 15px 20px 15px 20px;
|
|
|
|
border: 1px solid #DFE6E6;
|
2010-11-12 22:00:51 +00:00
|
|
|
}
|
2011-02-02 02:58:37 +00:00
|
|
|
#revision-levels td {
|
|
|
|
padding: 8px 20px 8px 20px;
|
|
|
|
border: 1px solid #DFE6E6;
|
|
|
|
text-align: center;
|
2010-11-12 22:00:51 +00:00
|
|
|
}
|