Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-09-03 23:57:34 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-09-03 23:57:34 +0400
commit5db2dbdcf110d4a5ff4180ae96ec9131ac9a1723 (patch)
treebc71b4aa6d8328eb43a15c8318635cc1cbcb581e /app/assets
parentf557686eb2d432f794addbc052331d5d8f0be400 (diff)
fix browse file css
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/files.scss2
-rw-r--r--app/assets/stylesheets/highlight/white.scss13
2 files changed, 12 insertions, 3 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/files.scss b/app/assets/stylesheets/gitlab_bootstrap/files.scss
index 4ea5ed02ada..83903c538da 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/files.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/files.scss
@@ -9,7 +9,7 @@
.file_title {
border-bottom: 1px solid #bbb;
- @include bg-gray-gradient;
+ @include bg-dark-gray-gradient;
margin: 0;
font-weight: normal;
font-weight: bold;
diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss
index a08f05bdb54..9b003b8ace5 100644
--- a/app/assets/stylesheets/highlight/white.scss
+++ b/app/assets/stylesheets/highlight/white.scss
@@ -1,12 +1,21 @@
-table.highlighttable
-{
+table.highlighttable {
margin:0px;
padding:0px;
font-size:12px;
table-layout:fixed;
background: #EEE;
+ box-shadow: none;
+ border: none;
+ td.linenos {
+ background:#eee;
+ border-left:none;
+ }
+ td.code {
+ border-right:none;
+ }
}
+
td.code,
td.linenos{
padding:0;