diff options
author | James Moger <james.moger@gitblit.com> | 2012-02-03 23:32:41 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-02-03 23:32:41 -0500 |
commit | 1c221573789f0673995cfec03e05af936a4ff3b3 (patch) | |
tree | 4ed0dafb861d1c7bd6c2e262e8c9f0053e4fd5a2 /resources/bootstrap.gb.css | |
parent | b86562942b1d4a498e337b28201e0db308fa51c8 (diff) | |
download | gitblit-1c221573789f0673995cfec03e05af936a4ff3b3.tar.gz gitblit-1c221573789f0673995cfec03e05af936a4ff3b3.zip |
Show a ! in the swatch of a repository with a working copy (issue 49)
Diffstat (limited to 'resources/bootstrap.gb.css')
-rw-r--r-- | resources/bootstrap.gb.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css index 7df37430..7ff8fa87 100644 --- a/resources/bootstrap.gb.css +++ b/resources/bootstrap.gb.css @@ -219,9 +219,11 @@ span.link em, div.link span em { }
span.repositorySwatch {
- border-radius: 3px;
- padding: 2px 5px;
+ border-radius: 3px;
+ padding: 1px 4px 2px 4px;
color: #ffffff;
+ font-weight: bold;
+ vertical-align: center;
}
span.repositorySwatch a {
color: inherit;
|