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
28bbc76d
Commit
28bbc76d
authored
May 03, 2014
by
Mattia Migliorini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import Ubuntu from Google Fonts. Fix
#1
parent
4d31dfc7
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
9 additions
and
8 deletions
+9
-8
css/style.css
css/style.css
+1
-1
sass/core/core-constants.scss
sass/core/core-constants.scss
+0
-0
sass/core/core-grid.scss
sass/core/core-grid.scss
+0
-0
sass/core/core-mixins.scss
sass/core/core-mixins.scss
+0
-0
sass/core/core-pattern.scss
sass/core/core-pattern.scss
+2
-2
sass/core/core-print.scss
sass/core/core-print.scss
+0
-0
sass/core/core-templates.scss
sass/core/core-templates.scss
+0
-0
sass/core/core.scss
sass/core/core.scss
+0
-0
sass/style.scss
sass/style.scss
+2
-1
valencia.info
valencia.info
+4
-4
No files found.
css/style.css
View file @
28bbc76d
.logo
{
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
10
}
body
.toolbar
.logo
{
top
:
30px
}
@import
url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,400italic)
;
.logo
{
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
10
}
body
.toolbar
.logo
{
top
:
30px
}
sass/
ubuntu
/core-constants.scss
→
sass/
core
/core-constants.scss
View file @
28bbc76d
File moved
sass/
ubuntu
/core-grid.scss
→
sass/
core
/core-grid.scss
View file @
28bbc76d
File moved
sass/
ubuntu
/core-mixins.scss
→
sass/
core
/core-mixins.scss
View file @
28bbc76d
File moved
sass/
ubuntu
/core-pattern.scss
→
sass/
core
/core-pattern.scss
View file @
28bbc76d
...
@@ -448,8 +448,8 @@ footer.global {
...
@@ -448,8 +448,8 @@ footer.global {
height
:
14px
;
height
:
14px
;
margin
:
0
-40px
40px
;
margin
:
0
-40px
40px
;
border
:
0
;
border
:
0
;
-moz-
box-shadow
:
inset
0
2px
2px
-2px
#333
;
-moz-box-shadow
:
inset
0
2px
2px
-2px
#333
;
-webkit
box-shadow
:
inset
0
2px
2px
-2px
#333
;
-webkit
-
box-shadow
:
inset
0
2px
2px
-2px
#333
;
box-shadow
:
inset
0
2px
2px
-2px
#333
;
box-shadow
:
inset
0
2px
2px
-2px
#333
;
clear
:
both
;
clear
:
both
;
}
}
...
...
sass/
ubuntu
/core-print.scss
→
sass/
core
/core-print.scss
View file @
28bbc76d
File moved
sass/
ubuntu
/core-templates.scss
→
sass/
core
/core-templates.scss
View file @
28bbc76d
File moved
sass/
ubuntu
/core.scss
→
sass/
core
/core.scss
View file @
28bbc76d
File moved
sass/style.scss
View file @
28bbc76d
@import
'ubuntu/core-constants.scss'
;
@import
'core/core-constants.scss'
;
@import
url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,400italic)
;
.logo
{
.logo
{
position
:absolute
;
position
:absolute
;
...
...
valencia.info
View file @
28bbc76d
...
@@ -6,7 +6,7 @@ engine = phptemplate
...
@@ -6,7 +6,7 @@ engine = phptemplate
;screenshot = screenshot.png
;screenshot = screenshot.png
; STYLESHEETS
; STYLESHEETS
stylesheets[all][] = css/ubuntu-styles.min.css
;
stylesheets[all][] = css/ubuntu-styles.min.css
stylesheets[all][] = css/style.css
stylesheets[all][] = css/style.css
; SCRIPTS
; SCRIPTS
...
@@ -14,10 +14,10 @@ scripts[] = js/yui-min.js
...
@@ -14,10 +14,10 @@ scripts[] = js/yui-min.js
scripts[] = js/core.js
scripts[] = js/core.js
; CORE REGIONS
; CORE REGIONS
regions[page_top] = Page Top
; required, hidden
regions[page_top] = Page Top
regions[page_bottom] = Page Bottom
; required, hidden
regions[page_bottom] = Page Bottom
regions[header] = Header
regions[header] = Header
regions[content] = Content
; required
regions[content] = Content
regions[footer] = Footer
regions[footer] = Footer
; CORE REGIONS - DISABLED
; CORE REGIONS - DISABLED
...
...
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