summaryrefslogtreecommitdiffstats
path: root/sass/parts
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 18:21:35 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 18:21:35 +0100
commit5d6ddc9a053d439b8de02859c311443317a4cc60 (patch)
tree34340f180c995a9c2f374194b4285c07914c8f73 /sass/parts
parent0f2144354f833df6f1fcaebf7ea88506df4059dc (diff)
downloadoctopress-theme-jeyzu-5d6ddc9a053d439b8de02859c311443317a4cc60.zip
octopress-theme-jeyzu-5d6ddc9a053d439b8de02859c311443317a4cc60.tar.gz
change font size to relative size
Diffstat (limited to 'sass/parts')
-rw-r--r--sass/parts/_archive.scss4
-rw-r--r--sass/parts/_article.scss6
-rw-r--r--sass/parts/_footer.scss2
-rw-r--r--sass/parts/_post.scss2
4 files changed, 3 insertions, 11 deletions
diff --git a/sass/parts/_archive.scss b/sass/parts/_archive.scss
index 037e92a..694c0e2 100644
--- a/sass/parts/_archive.scss
+++ b/sass/parts/_archive.scss
@@ -19,7 +19,6 @@ section.archive{
}
}
h1.archive-title{
- font-size: 25px;
line-height: 35px;
width: 200px;
position: absolute;
@@ -83,9 +82,6 @@ section.archive{
article.archive{
margin-left: 0;
padding: 15px 0;
- h1{
- font-size: 20px;
- }
.meta{
display: none;
}
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss
index 2639aeb..bea6c13 100644
--- a/sass/parts/_article.scss
+++ b/sass/parts/_article.scss
@@ -4,7 +4,6 @@ article{
padding: 30px 0;
position: relative;
h1.title{
- font-size: 25px;
font-weight: 300;
line-height: 35px;
margin-bottom: 20px;
@@ -90,7 +89,7 @@ article{
.caption{
background: image-url('caption.png') 0 4px no-repeat;
display: block;
- font-size: 12px;
+ font-size: $meta-size;
color: #999;
padding-left: 25px;
}
@@ -110,8 +109,5 @@ article{
@media screen and (max-width: 600px){
article{
padding: 15px 0;
- h1.title{
- font-size: 20px;
- }
}
} \ No newline at end of file
diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss
index 2df695f..c645a9e 100644
--- a/sass/parts/_footer.scss
+++ b/sass/parts/_footer.scss
@@ -2,5 +2,5 @@ footer{
padding: 15px 0;
border-top: 1px solid $light-shadow;
text-align: center;
- font-size: 12px;
+ font-size: $meta-size;
} \ No newline at end of file
diff --git a/sass/parts/_post.scss b/sass/parts/_post.scss
index aeaa52a..704096b 100644
--- a/sass/parts/_post.scss
+++ b/sass/parts/_post.scss
@@ -6,7 +6,7 @@
position: absolute;
top: 85px;
line-height: 2;
- font-size: 13px;
+ font-size: $meta-size;
color: $font-meta;
width: 170px;
a{