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/stylesheets/highlight/white.scss
parentf557686eb2d432f794addbc052331d5d8f0be400 (diff)
fix browse file css
Diffstat (limited to 'app/assets/stylesheets/highlight/white.scss')
-rw-r--r--app/assets/stylesheets/highlight/white.scss13
1 files changed, 11 insertions, 2 deletions
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;