aboutsummaryrefslogtreecommitdiff
path: root/widget.css
diff options
context:
space:
mode:
authorJohan Nilsson <[email protected]>2011-11-26 10:31:31 +0100
committerJohan Nilsson <[email protected]>2011-11-26 10:31:31 +0100
commit7f2d8e883bba5ba0f222acb8f44a94ce6456a4b9 (patch)
tree4772f6b21cfd0e57bf1614fe0bae4a540f03dc8f /widget.css
You are only as good as your last commit
Diffstat (limited to 'widget.css')
-rw-r--r--widget.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/widget.css b/widget.css
new file mode 100644
index 0000000..9c88171
--- /dev/null
+++ b/widget.css
@@ -0,0 +1,14 @@
+span.lastcommit {
+ padding: 1px 3px 2px;
+ font-weight: bold;
+ text-transform: uppercase;
+ white-space: nowrap;
+ background-color: #BFBFBF;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+}
+span.lastcommit a {
+ color: white;
+ text-decoration: none;
+}