CSS enhancement.

This commit is contained in:
takezoe
2013-06-24 19:04:09 +09:00
parent 5ad4dfc33f
commit 36e5b11ec0

View File

@@ -87,7 +87,7 @@ table.table-file-list th, table.table-file-list td {
padding-bottom: 8px;
}
table.table-file-list td.latest-commmit {
table.table-file-list td.latest-commit {
padding-top: 4px;
padding-bottom: 4px;
background-color: white;
@@ -111,11 +111,6 @@ th, td, .table th, .table td {
padding-bottom: 4px;
}
div.latest-commit {
font-size: small;
font-weight: normal;
}
div.block-header {
font-size: large;
font-weight: bold;
@@ -172,6 +167,21 @@ div.box-header {
text-shadow: 0 1px 0 #fff
}
div.box-header-small {
background-color: #e0e0e0;
background-image: -moz-linear-gradient(#fafafa, #e0e0e0);
background-image: -webkit-linear-gradient(#fafafa, #e0e0e0);
background-image: linear-gradient(#fafafa, #e0e0e0);
background-repeat: repeat-x;
margin: 0;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
border: 1px solid #d8d8d8;
border-bottom: none;
padding: 10px 10px 11px 10px;
text-shadow: 0 1px 0 #fff
}
div.box-content {
background-color: white;
border: 1px solid silver;