summary refs log tree commit diff stats
path: root/theme/css/blog.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css/blog.php')
-rw-r--r--theme/css/blog.php18
1 files changed, 15 insertions, 3 deletions
diff --git a/theme/css/blog.php b/theme/css/blog.php index bef21dd..4c69e57 100644 --- a/theme/css/blog.php +++ b/theme/css/blog.php
@@ -21,6 +21,8 @@
21if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} 21if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);}
22 22
23require('headerproc.php'); 23require('headerproc.php');
24include_once('../../security/config.php');
25include_once('../includes/db.php');
24 26
25?> 27?>
26 28
@@ -82,13 +84,14 @@ span.post-day {
82div.post-title { 84div.post-title {
83 float: left; 85 float: left;
84 margin-left: 10px; 86 margin-left: 10px;
85 width: 500px; /* 430px */ 87 width: 90%; /* 500px */
86} 88}
87 89
88div.entry { 90div.entry {
89 clear: both; 91 clear: both;
90 padding-top: 10px; 92 padding-top: 10px;
91 font: 75%/150% Arial, "Trebuchet MS", Tahoma; 93 /*font-size: 75%;
94 line-height: 150%;*/
92} 95}
93 96
94div.entry ol, 97div.entry ol,
@@ -218,5 +221,14 @@ div.post-date-4 {
218span.post-vote { 221span.post-vote {
219 float: right; 222 float: right;
220 position: relative; 223 position: relative;
221 top: -10px; 224 top: -2em;
225 right: 1em;
226}
227
228span.post-rating {
229 font-size: big;
230}
231
232span.post-action-done {
233 opacity: 0.2;
222} 234}