Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
valencia
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
valencia
Commits
62b0de5b
Commit
62b0de5b
authored
Dec 02, 2014
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some ugly paddings
parent
e4d2cefd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
17 deletions
+35
-17
css/style.css
css/style.css
+26
-17
sass/style.scss
sass/style.scss
+9
-0
No files found.
css/style.css
View file @
62b0de5b
...
...
@@ -7584,55 +7584,64 @@ body.toolbar .logo {
}
/* line 40, ../sass/style.scss */
div
.row
{
padding
:
40px
;
}
/* line 43, ../sass/style.scss */
div
.row.row-quote
blockquote
{
padding-top
:
20px
;
}
/* line 49, ../sass/style.scss */
body
.node-type-community-page
{
background
:
url("../img/dotted.png")
repeat
scroll
0
0
#f5f6f7
;
}
/* line
44
, ../sass/style.scss */
/* line
53
, ../sass/style.scss */
header
.banner
{
margin-bottom
:
0
;
}
/* line
57
, ../sass/style.scss */
/* line
66
, ../sass/style.scss */
header
.banner
.nav-primary
ul
li
a
{
line-height
:
17px
;
}
/* line
62
, ../sass/style.scss */
/* line
71
, ../sass/style.scss */
header
.banner.inverted
{
background
:
#f7f7f7
;
margin-bottom
:
20px
;
}
/* line
67
, ../sass/style.scss */
/* line
76
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
ul
{
border-color
:
white
;
margin-top
:
1px
;
}
/* line
72
, ../sass/style.scss */
/* line
81
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
ul
li
,
header
.banner.inverted
.nav-primary
ul
li
:last-child
{
border-color
:
#eaeaea
;
}
/* line
76
, ../sass/style.scss */
/* line
85
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
ul
li
a
:link
,
header
.banner.inverted
.nav-primary
ul
li
a
:visited
{
border-color
:
white
;
color
:
#6f6f6f
;
}
/* line
81
, ../sass/style.scss */
/* line
90
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
ul
li
a
:hover
{
background
:
#eaeaea
;
color
:
#454545
;
}
/* line
89
, ../sass/style.scss */
/* line
98
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
a
.active
,
header
.banner.inverted
.nav-primary
a
:active
{
border-color
:
#eaeaea
;
background
:
#eaeaea
;
}
/* line
97
, ../sass/style.scss */
/* line
106
, ../sass/style.scss */
header
.banner.inverted
.header-search
{
overflow
:
hidden
;
padding
:
4px
0
0
14px
;
max-width
:
240px
;
float
:
right
;
}
/* line 1
03
, ../sass/style.scss */
/* line 1
12
, ../sass/style.scss */
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
...
...
@@ -7660,7 +7669,7 @@ header.banner.inverted .header-search input[type="search"] {
padding
:
.5em
2.5em
.5em
.5em
;
color
:
#555
;
}
/* line 12
0
, ../sass/style.scss */
/* line 12
9
, ../sass/style.scss */
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:focus
{
background
:
rgba
(
0
,
0
,
0
,
0.05
);
}
...
...
@@ -7680,7 +7689,7 @@ header.banner.inverted .header-search input[type="search"]::-moz-placeholder {
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:-ms-input-placeholder
{
color
:
#555555
;
}
/* line 1
26
, ../sass/style.scss */
/* line 1
35
, ../sass/style.scss */
header
.banner.inverted
.header-search
button
[
type
=
"submit"
]
{
padding
:
5px
2px
;
line-height
:
0
;
...
...
@@ -7691,12 +7700,12 @@ header.banner.inverted .header-search button[type="submit"] {
overflow
:
visible
;
}
@media
only
screen
and
(
min-width
:
768px
)
{
/* line 1
38
, ../sass/style.scss */
/* line 1
47
, ../sass/style.scss */
header
.banner
.site-name
{
float
:
right
;
}
}
/* line 1
42
, ../sass/style.scss */
/* line 1
51
, ../sass/style.scss */
header
.banner
.site-name
.logo-ubuntuit
{
font-size
:
2.4em
;
margin-bottom
:
0
;
...
...
@@ -7708,19 +7717,19 @@ header.banner .site-name .logo-ubuntuit {
font-weight
:
300
;
}
/* line 1
55
, ../sass/style.scss */
/* line 1
64
, ../sass/style.scss */
footer
.global
{
background
:
#eeeeee
;
}
/* line 1
59
, ../sass/style.scss */
/* line 1
68
, ../sass/style.scss */
.inner-wrapper
{
-moz-box-shadow
:
0
2px
3px
#c9c9c9
;
-webkit-box-shadow
:
0
2px
3px
#c9c9c9
;
box-shadow
:
0
2px
3px
#c9c9c9
;
}
/* line 1
66
, ../sass/style.scss */
/* line 1
75
, ../sass/style.scss */
a
.link-cta-ubuntu
{
margin
:
0
0
0.75em
0
;
}
sass/style.scss
View file @
62b0de5b
...
...
@@ -36,6 +36,15 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
}
}
// Fix some paddings
div
.row
{
padding
:
40px
;
&
.row-quote
blockquote
{
padding-top
:
20px
;
}
}
// Custom background for community pages
body
.node-type-community-page
{
background
:
url("../img/dotted.png")
repeat
scroll
0
0
#F5F6F7
;
...
...
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