Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
5db2dbdc
Commit
5db2dbdc
authored
Sep 03, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix browse file css
parent
f557686e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
app/assets/stylesheets/gitlab_bootstrap/files.scss
app/assets/stylesheets/gitlab_bootstrap/files.scss
+1
-1
app/assets/stylesheets/highlight/white.scss
app/assets/stylesheets/highlight/white.scss
+11
-2
No files found.
app/assets/stylesheets/gitlab_bootstrap/files.scss
View file @
5db2dbdc
...
...
@@ -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
;
...
...
app/assets/stylesheets/highlight/white.scss
View file @
5db2dbdc
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment