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
31101935
Commit
31101935
authored
Nov 22, 2014
by
Mattia Migliorini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try a more ubuntu.com solution for
#6
parent
dfbff5a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
27 deletions
+10
-27
css/style.css
css/style.css
+2
-17
sass/style.scss
sass/style.scss
+8
-10
No files found.
css/style.css
View file @
31101935
...
...
@@ -7600,16 +7600,6 @@ body.node-type-community-page {
header
.banner
{
margin-bottom
:
0
;
}
/* line 47, ../sass/style.scss */
header
.banner
.search-toggle
{
position
:
static
;
float
:
right
;
}
/* line 51, ../sass/style.scss */
header
.banner
.nav-toggle
{
position
:
static
;
float
:
left
;
}
/* line 57, ../sass/style.scss */
header
.banner
.nav-primary
ul
li
a
{
line-height
:
17px
;
...
...
@@ -7708,18 +7698,13 @@ header.banner.inverted .header-search button[type="submit"] {
background
:
none
;
overflow
:
visible
;
}
/* line 138, ../sass/style.scss */
header
.banner
.site-name
{
text-align
:
center
;
}
@media
only
screen
and
(
min-width
:
768px
)
{
/* line 138, ../sass/style.scss */
header
.banner
.site-name
{
float
:
right
;
text-align
:
left
;
}
}
/* line 14
4
, ../sass/style.scss */
/* line 14
2
, ../sass/style.scss */
header
.banner
.site-name
.logo-ubuntuit
{
font-size
:
2.4em
;
margin-bottom
:
0
;
...
...
@@ -7731,7 +7716,7 @@ header.banner .site-name .logo-ubuntuit {
font-weight
:
300
;
}
/* line 15
8
, ../sass/style.scss */
/* line 15
6
, ../sass/style.scss */
a
.link-cta-ubuntu
{
margin
:
0
0
0.75em
0
;
}
sass/style.scss
View file @
31101935
...
...
@@ -44,14 +44,14 @@ body.node-type-community-page {
header
.banner
{
margin-bottom
:
0
;
.search-toggle
{
position
:
static
;
float
:
right
;
}
.nav-toggle
{
position
:
static
;
float
:
left
;
}
//
.search-toggle {
//
position: static;
//
float: right;
//
}
//
.nav-toggle {
//
position: static;
//
float: left;
//
}
.nav-primary
{
ul
li
a
{
...
...
@@ -136,10 +136,8 @@ header.banner {
}
.site-name
{
text-align
:
center
;
@media
#{
$breakpoint-medium
}
{
float
:right
;
text-align
:
left
;
}
.logo-ubuntuit
{
font-size
:
2
.4em
;
...
...
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