aboutsummaryrefslogtreecommitdiff
path: root/public/css/gogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-xpublic/css/gogs.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
new file mode 100755
index 00000000..59a5c18b
--- /dev/null
+++ b/public/css/gogs.css
@@ -0,0 +1,35 @@
+/*!
+ * Gogs - Go Git Service (http://gogits.org)
+ * Copyright 2014 Gogs.
+ * Licensed under MIT (https://github.com/gogits/gogs/blob/master/LICENSE)
+ */
+
+body {
+ padding-top: 60px;
+}
+.navbar {
+ min-height: 45px;
+}
+.navbar-brand {
+ height: 45px;
+ padding: 5px 10px 0px 10px;
+ border-left: 1px solid #e5e5e5;
+ border-right: 1px solid #e5e5e5;
+}
+.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
+ background-color: #f0f0f0;
+}
+.navbar-brand img {
+ width: 32px;
+}
+.navbar-nav > li > a {
+ font-size: 16px;
+ padding-top: 13px;
+}
+.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
+ color: rgb(153, 153, 153);
+}
+.navbar-btn, .navbar .btn {
+ padding: 5px 15px;
+ margin-top: 7px;
+} \ No newline at end of file