Working on Pro

master
Nick Sergeant 2012-09-02 16:15:34 -04:00
parent 8f590dc970
commit aaa36a5bf4
4 changed files with 43 additions and 36 deletions

File diff suppressed because one or more lines are too long

View File

@ -294,6 +294,12 @@ article {
color: #000;
}
}
ul {
li {
line-height: 22px;
margin: 10px 0;
}
}
table.highlighttable {
height: 100%;
}
@ -365,6 +371,41 @@ article {
&.detail {
div.post-content {
max-height: none;
&:after {
display: none;
}
}
}
}
div#disqus_thread {
margin-top: 20px;
* {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
#dsq-content {
#dsq-sort-by {
display: none;
}
.dsq-comment-text {
color: #666;
}
h3 {
display: none;
}
.dsq-textarea-wrapper {
overflow: hidden;
}
}
#dsq-footer {
display: none;
}
button.dsq-button {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}

View File

@ -1,7 +1,6 @@
#!/bin/bash
cat media/css/bootstrap.css \
media/css/reset.css \
media/css/blog-themes/pro-adams/style.css \
media/css/themes.css \
> media/css/pro.css

File diff suppressed because one or more lines are too long