snipt/media/css/blog-themes/default/style.scss

32 lines
558 B
SCSS
Raw Normal View History

2012-06-04 17:57:20 -07:00
article.snipt {
div.group {
div.container {
width: 708px;
2012-06-01 18:05:25 -07:00
2012-06-04 17:57:20 -07:00
header {
min-height: 0;
2012-06-01 18:05:25 -07:00
2012-06-04 17:57:20 -07:00
h1 {
margin: 11px 15px;
}
2012-06-01 18:05:25 -07:00
}
}
}
2012-06-01 08:38:55 -07:00
}
2012-06-04 17:57:20 -07:00
body.detail {
section.main {
div.inner {
section.snipts {
article.snipt {
div.container {
width: 940px;
2012-06-01 18:05:25 -07:00
}
}
}
}
}
2012-06-04 17:57:20 -07:00
div#disqus_thread {
width: 925px;
2012-06-01 18:05:25 -07:00
}
}