summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-07-01 00:35:24 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-07-01 00:35:24 +0300
commit6a58deb53630de59fc05d2dacd272463901c42d8 (patch)
tree7675d724026cbb51ccc0934507d74dc9f55fa0e7 /app/assets
parentad3f4922eef56dfc8074727b3abd55a4d69a8eab (diff)
downloadgitlab-ce-6a58deb53630de59fc05d2dacd272463901c42d8.tar.gz
UI changes:
* .page_title class added. Used for better page headers * improved help page * added back links for help pages * show app version & revision on help page Backend changes: * Gitab::Version && Gitlab::Revision constants
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap.scss b/app/assets/stylesheets/gitlab_bootstrap.scss
index c4491b3caed..087db6bb721 100644
--- a/app/assets/stylesheets/gitlab_bootstrap.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap.scss
@@ -281,6 +281,7 @@ table.no-borders {
font-size:13px;
background: #474D57;
color:#fff;
+ font-weight:bold;
font-family: monospace;
}
}
@@ -590,3 +591,27 @@ ul.breadcrumb {
border-top:1px solid #eee;
}
}
+
+input[type=text] {
+ &.large_text {
+ padding:6px;
+ font-size:16px;
+ }
+}
+
+p {
+ &.slead {
+ color:#456;
+ font-size:16px;
+ margin-bottom: 12px;
+ font-weight: 200;
+ line-height: 24px;
+ }
+}
+
+h3.page_title {
+ color:#456;
+ font-size:20px;
+ font-weight: 600;
+ line-height: 28px;
+}