Commit 28bbc76d authored by Mattia Migliorini's avatar Mattia Migliorini

Import Ubuntu from Google Fonts. Fix #1

parent 4d31dfc7
.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}
...@@ -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;
} }
......
@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;
......
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment