mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 07:55:55 +01:00
Add CSS style for th.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
} else {
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<th>Your repositories (@userRepositories.size)</th>
|
||||
<th class="metal">Your repositories (@userRepositories.size)</th>
|
||||
</tr>
|
||||
@userRepositories.map { repositoryName =>
|
||||
<tr>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
@import context._
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<th>Sign in</th>
|
||||
<th class="metal">Sign in</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
@@ -158,6 +158,16 @@ th.box-header {
|
||||
text-shadow: 0 1px 0 #fff
|
||||
}
|
||||
|
||||
th.metal {
|
||||
background-color: #e0e0e0;
|
||||
background-image: -moz-linear-gradient(#fafafa, #e8e8e8);
|
||||
background-image: -webkit-linear-gradient(#fafafa, #e8e8e8);
|
||||
background-image: linear-gradient(#fafafa, #e8e8e8);
|
||||
background-repeat: repeat-x;
|
||||
margin: 0;
|
||||
border-top-left-radius: 1px;
|
||||
border-top-right-radius: 1px;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin: 0px;
|
||||
|
||||
Reference in New Issue
Block a user