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
Kazuhiko Shiozaki
gitlab-ce
Commits
21bfd1e7
Commit
21bfd1e7
authored
Sep 05, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor css improvements
parent
19a52197
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
app/assets/stylesheets/gitlab_bootstrap/files.scss
app/assets/stylesheets/gitlab_bootstrap/files.scss
+1
-1
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+2
-2
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+12
-12
No files found.
app/assets/stylesheets/gitlab_bootstrap/files.scss
View file @
21bfd1e7
...
...
@@ -3,7 +3,7 @@
*
*/
.file_holder
{
border
:
1px
solid
#
CCC
;
border
:
1px
solid
#
BBB
;
margin-bottom
:
1em
;
@include
solid_shade
;
...
...
app/assets/stylesheets/sections/header.scss
View file @
21bfd1e7
...
...
@@ -22,7 +22,7 @@ header {
*
*/
.app_logo
{
width
:
2
3
0px
;
width
:
2
0
0px
;
float
:left
;
position
:relative
;
top
:
-5px
;
...
...
@@ -31,7 +31,7 @@ header {
h1
{
padding-top
:
5px
;
width
:
102
px
;
width
:
90
px
;
background
:
url('logo_dark.png')
no-repeat
0px
-3px
;
float
:left
;
margin-left
:
5px
;
...
...
app/assets/stylesheets/sections/nav.scss
View file @
21bfd1e7
...
...
@@ -55,7 +55,7 @@ ul.main_menu {
&
.current
{
background-color
:
#D5D5D5
;
border-bottom
:
2px
solid
$style_color
;
border-bottom
:
1px
solid
#AAA
;
border-right
:
1px
solid
#BBB
;
border-left
:
1px
solid
#BBB
;
border-radius
:
0
0
1px
1px
;
...
...
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