diff options
| author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:12:01 +0100 | 
|---|---|---|
| committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:12:01 +0100 | 
| commit | cbbc48091c9a83b4e15ff887b4f1d660dba69dfd (patch) | |
| tree | 66f8307a34010c07df53cb230c5b00f4d99d262a /sass/parts | |
| parent | eda1a986cba76d57ebcbc6a0dca2463d780f118f (diff) | |
| download | octopress-theme-jeyzu-cbbc48091c9a83b4e15ff887b4f1d660dba69dfd.zip octopress-theme-jeyzu-cbbc48091c9a83b4e15ff887b4f1d660dba69dfd.tar.gz  | |
page layout
Diffstat (limited to 'sass/parts')
| -rw-r--r-- | sass/parts/_article.scss | 3 | ||||
| -rw-r--r-- | sass/parts/_page.scss | 3 | ||||
| -rw-r--r-- | sass/parts/_post.scss | 5 | 
3 files changed, 8 insertions, 3 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index aa0233f..f4b6e62 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -3,9 +3,6 @@ article{  	border-top: 1px solid $light-shadow;  	padding: 30px 0;  	position: relative; -	h1.title, .entry{ -		margin-left: 200px; -	}  	h1.title{  		font-size: 25px;  		font-weight: 300; diff --git a/sass/parts/_page.scss b/sass/parts/_page.scss new file mode 100644 index 0000000..e219789 --- /dev/null +++ b/sass/parts/_page.scss @@ -0,0 +1,3 @@ +.page{ +	 +}
\ No newline at end of file diff --git a/sass/parts/_post.scss b/sass/parts/_post.scss new file mode 100644 index 0000000..bbd6029 --- /dev/null +++ b/sass/parts/_post.scss @@ -0,0 +1,5 @@ +.post{ +	h1.title, .entry{ +		margin-left: 200px; +	} +}
\ No newline at end of file  | 
