2005-01-09 jrandom
* Bugfix for a rare SSU error (thanks cervantes!) * More progress on the blog interface, allowing customizable blog-wide links.
This commit is contained in:
@ -4,7 +4,7 @@ body {
|
|||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
background-color : #EEEEEE;
|
background-color : #EEEEEE;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 12px;
|
//font-size: 12px;
|
||||||
}
|
}
|
||||||
.b_topnavUser {
|
.b_topnavUser {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@ -45,7 +45,7 @@ body {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
.s_detail_subject {
|
.s_detail_subject {
|
||||||
font-size: 10px;
|
font-size: 80%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: #BBBBFF;
|
background-color: #BBBBFF;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
@ -74,7 +74,7 @@ body {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.s_detail_meta {
|
.s_detail_meta {
|
||||||
font-size: 10px;
|
font-size: 80%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background-color: #BBBBFF;
|
background-color: #BBBBFF;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
@ -86,7 +86,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.s_summary_subject {
|
.s_summary_subject {
|
||||||
font-size: 10px;
|
font-size: 80%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: #BBBBFF;
|
background-color: #BBBBFF;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
@ -97,7 +97,7 @@ body {
|
|||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
.s_summary_meta {
|
.s_summary_meta {
|
||||||
font-size: 10px;
|
font-size: 80%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background-color: #BBBBFF;
|
background-color: #BBBBFF;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
@ -127,7 +127,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.s_summary_summDetail {
|
.s_summary_summDetail {
|
||||||
font-size: 10px;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
.s_detail_summDetail {
|
.s_detail_summDetail {
|
||||||
}
|
}
|
||||||
@ -139,6 +139,6 @@ td.s_detail_summDetail {
|
|||||||
background-color: #DDDDFF;
|
background-color: #DDDDFF;
|
||||||
}
|
}
|
||||||
td.s_summary_summ {
|
td.s_summary_summ {
|
||||||
font-size: 10px;
|
font-size: 80%;
|
||||||
background-color: #DDDDFF;
|
background-color: #DDDDFF;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user