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
c1c1a1ee
Commit
c1c1a1ee
authored
Nov 21, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restored old h6 of bootstrap. Fixed buttons line-height
parent
3ab33fcf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
+0
-3
app/assets/stylesheets/gitlab_bootstrap/typography.scss
app/assets/stylesheets/gitlab_bootstrap/typography.scss
+5
-0
app/assets/stylesheets/sections/projects.scss
app/assets/stylesheets/sections/projects.scss
+7
-3
No files found.
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
View file @
c1c1a1ee
.btn
{
@include
bg-gradient
(
#f7f7f7
,
#d5d5d5
);
border-color
:
#aaa
;
font-size
:
13px
;
line-height
:
18px
;
&
:hover
{
@include
bg-gray-gradient
;
border-color
:
#bbb
;
...
...
@@ -86,7 +84,6 @@
&
.small
{
@extend
.btn-small
;
line-height
:
18px
;
}
&
.active
{
...
...
app/assets/stylesheets/gitlab_bootstrap/typography.scss
View file @
c1c1a1ee
...
...
@@ -14,6 +14,11 @@ h3.page_title {
line-height
:
28px
;
}
h6
{
color
:
#888
;
text-transform
:
uppercase
;
}
/** CODE **/
pre
{
font-family
:
'Menlo'
,
'Liberation Mono'
,
'Consolas'
,
'Courier New'
,
'andale mono'
,
'lucida console'
,
monospace
;
...
...
app/assets/stylesheets/sections/projects.scss
View file @
c1c1a1ee
...
...
@@ -85,14 +85,18 @@
}
.project_clone_holder
{
input
[
type
=
"text"
],
.btn
{
height
:
27px
;
font-size
:
12px
;
line-height
:
18px
;
margin
:
0
;
padding
:
3px
10px
;
}
input
[
type
=
"text"
]
{
height
:
17px
;
border
:
1px
solid
#BBB
;
box-shadow
:
none
;
padding
:
4px
10
px
;
margin-left
:
-1
px
;
}
}
...
...
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