diff options
author | Tommy Chen <tommy351@gmail.com> | 2012-06-03 05:51:07 +0200 |
---|---|---|
committer | Tommy Chen <tommy351@gmail.com> | 2012-06-03 05:51:07 +0200 |
commit | d46efadd346873d712f20d6f0046d409d656d3cf (patch) | |
tree | f479bb776391df2462283e3740d0256d5dfa0dc7 /sass/parts/_header.scss | |
parent | 8f6ae6b36604c6dcfc105d7bbfd21716373b9739 (diff) | |
download | octopress-theme-jeyzu-d46efadd346873d712f20d6f0046d409d656d3cf.zip octopress-theme-jeyzu-d46efadd346873d712f20d6f0046d409d656d3cf.tar.gz |
change class name
Diffstat (limited to 'sass/parts/_header.scss')
-rw-r--r-- | sass/parts/_header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 2b645ad..41cd977 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -9,7 +9,7 @@ $header-height: 30px; height: auto; position: relative; padding-bottom: 10px; - >.right{ + >.alignright{ position: absolute; top: 30px; right: 0; |