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
Boxiang Sun
gitlab-ce
Commits
4e55dd5f
Commit
4e55dd5f
authored
Jun 03, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change page-title font/color
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
4656ef95
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app/assets/stylesheets/generic/typography.scss
app/assets/stylesheets/generic/typography.scss
+1
-0
app/assets/stylesheets/main/mixins.scss
app/assets/stylesheets/main/mixins.scss
+3
-3
No files found.
app/assets/stylesheets/generic/typography.scss
View file @
4e55dd5f
...
@@ -14,6 +14,7 @@ h2.page-title {
...
@@ -14,6 +14,7 @@ h2.page-title {
h3
.page-title
{
h3
.page-title
{
@include
page-title
;
@include
page-title
;
font-size
:
22px
;
}
}
h6
{
h6
{
...
...
app/assets/stylesheets/main/mixins.scss
View file @
4e55dd5f
...
@@ -117,11 +117,11 @@
...
@@ -117,11 +117,11 @@
}
}
@mixin
page-title
{
@mixin
page-title
{
color
:
#333
;
color
:
#555
;
font-size
:
20px
;
line-height
:
1
.5
;
line-height
:
1
.5
;
font-weight
:
normal
;
margin-top
:
0px
;
margin-top
:
0px
;
margin-bottom
:
1
5
px
;
margin-bottom
:
1
0
px
;
}
}
@mixin
str-truncated
(
$max_width
:
"82%"
)
{
@mixin
str-truncated
(
$max_width
:
"82%"
)
{
...
...
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