summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-09-11 03:36:52 -0700
committerraylu <raylu@mixpanel.com>2011-09-11 03:37:43 -0700
commiteb3e11068965f2bd9428e0d15147b8086e5ab026 (patch)
tree59738901c8a1f5bc9b862ef0189f0d774bfcc842 /css
parent183773d794a5d3ec5b5e6a0897b384bb16540a92 (diff)
downloadpathery-eb3e11068965f2bd9428e0d15147b8086e5ab026.tar.xz
new font: cantarell
also fix some css properties, reorder the header, and other minor fixes
Diffstat (limited to 'css')
-rw-r--r--css/mapstyle.css7
-rw-r--r--css/pagestyle.css4
2 files changed, 5 insertions, 6 deletions
diff --git a/css/mapstyle.css b/css/mapstyle.css
index ffec888..49d154c 100644
--- a/css/mapstyle.css
+++ b/css/mapstyle.css
@@ -28,8 +28,8 @@
.dsp_33 {
width:32%;
}
-.dsp_49 {
- width:49%;
+.dsp_60 {
+ width:60%;
}
.dsp_24 {
width:23%;
@@ -41,7 +41,7 @@
.grid_dsp_left,
.grid_dsp_mid,
.grid_dsp_right {
- overflow: none;
+ overflow: hidden;
position:relative;
float: left;
padding:2px;
@@ -49,7 +49,6 @@
}
.grid_dsp_left {
text-align:left;
- align:left;
}
.grid_dsp_mid {
text-align:center;
diff --git a/css/pagestyle.css b/css/pagestyle.css
index 8a834bb..6351a28 100644
--- a/css/pagestyle.css
+++ b/css/pagestyle.css
@@ -1,6 +1,6 @@
body {
- font-size: 12pt;
- font-family: helvetica, sans-serif;
+ font-size: 16px;
+ font-family: cantarell, helvetica, sans-serif;
background-color: #121212;
color: #ffffff;