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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
ef315dda
Commit
ef315dda
authored
Jan 28, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add light border to bootstrap panels
parent
1718075a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
app/assets/stylesheets/gl_bootstrap.scss
app/assets/stylesheets/gl_bootstrap.scss
+0
-3
app/assets/stylesheets/main/mixins.scss
app/assets/stylesheets/main/mixins.scss
+1
-1
No files found.
app/assets/stylesheets/gl_bootstrap.scss
View file @
ef315dda
/*
/*
* Twitter bootstrap with GitLab customizations/additions
* Twitter bootstrap with GitLab customizations/additions
*
*
* Some unused bootstrap compontents like panels are not included.
* Other components like tabs are modified to GitLab style.
*
*/
*/
$font-size-base
:
13px
!
default
;
$font-size-base
:
13px
!
default
;
...
...
app/assets/stylesheets/main/mixins.scss
View file @
ef315dda
...
@@ -139,7 +139,7 @@
...
@@ -139,7 +139,7 @@
}
}
@mixin
panel-colored
{
@mixin
panel-colored
{
border
:
none
;
border
:
1px
solid
#EEE
;
background
:
$box_bg
;
background
:
$box_bg
;
@include
box-shadow
(
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.09
));
@include
box-shadow
(
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.09
));
...
...
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