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
e2fa307a
Commit
e2fa307a
authored
Nov 09, 2014
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed menu items appearance
parent
c8000ecf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
27 deletions
+15
-27
css/style.css
css/style.css
+13
-18
sass/style.scss
sass/style.scss
+2
-9
No files found.
css/style.css
View file @
e2fa307a
...
...
@@ -7593,52 +7593,47 @@ body.node-type-community-page {
header
.banner
{
margin-bottom
:
0
;
}
/* line 49, ../sass/style.scss */
header
.banner
.nav-primary
ul
li
{
border-left
:
none
;
border-right
:
1px
solid
#ed6637
;
}
/* line 53, ../sass/style.scss */
/* line 48, ../sass/style.scss */
header
.banner
.nav-primary
ul
li
a
{
line-height
:
17px
;
}
/* line
60
, ../sass/style.scss */
/* line
53
, ../sass/style.scss */
header
.banner.inverted
{
background
:
#f7f7f7
;
margin-bottom
:
20px
;
}
/* line
65
, ../sass/style.scss */
/* line
58
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
ul
{
border-color
:
white
;
margin-top
:
1px
;
}
/* line
70
, ../sass/style.scss */
/* line
63
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
ul
li
,
header
.banner.inverted
.nav-primary
ul
li
:last-child
{
border-color
:
#eaeaea
;
}
/* line
74
, ../sass/style.scss */
/* line
67
, ../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 7
9
, ../sass/style.scss */
/* line 7
2
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
ul
li
a
:hover
{
background
:
#eaeaea
;
color
:
#454545
;
}
/* line 8
7
, ../sass/style.scss */
/* line 8
0
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
a
.active
,
header
.banner.inverted
.nav-primary
a
:active
{
border-color
:
#eaeaea
;
background
:
#eaeaea
;
}
/* line
95
, ../sass/style.scss */
/* line
88
, ../sass/style.scss */
header
.banner.inverted
.header-search
{
overflow
:
hidden
;
padding
:
4px
0
0
14px
;
max-width
:
240px
;
float
:
right
;
}
/* line
101
, ../sass/style.scss */
/* line
94
, ../sass/style.scss */
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
...
...
@@ -7666,7 +7661,7 @@ header.banner.inverted .header-search input[type="search"] {
padding
:
.5em
2.5em
.5em
.5em
;
color
:
#555
;
}
/* line 11
8
, ../sass/style.scss */
/* line 11
1
, ../sass/style.scss */
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:focus
{
background
:
rgba
(
0
,
0
,
0
,
0.05
);
}
...
...
@@ -7686,7 +7681,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
24
, ../sass/style.scss */
/* line 1
17
, ../sass/style.scss */
header
.banner.inverted
.header-search
button
[
type
=
"submit"
]
{
padding
:
5px
2px
;
line-height
:
0
;
...
...
@@ -7696,11 +7691,11 @@ header.banner.inverted .header-search button[type="submit"] {
background
:
none
;
overflow
:
visible
;
}
/* line 1
36
, ../sass/style.scss */
/* line 1
29
, ../sass/style.scss */
header
.banner
.site-name
{
float
:
right
;
}
/* line 13
8
, ../sass/style.scss */
/* line 13
1
, ../sass/style.scss */
header
.banner
.site-name
.logo-ubuntuit
{
font-size
:
2.4em
;
margin-bottom
:
0
;
...
...
sass/style.scss
View file @
e2fa307a
...
...
@@ -45,15 +45,8 @@ header.banner {
margin-bottom
:
0
;
.nav-primary
{
ul
{
li
{
border-left
:
none
;
border-right
:
1px
solid
lighten
(
$ubuntu-orange
,
10%
);
a
{
line-height
:
17px
;
}
}
ul
li
a
{
line-height
:
17px
;
}
}
...
...
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