I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 002aed14 authored by jrandom's avatar jrandom Committed by zzz
Browse files

2005-01-09 jrandom

    * Bugfix for a rare SSU error (thanks cervantes!)
    * More progress on the blog interface, allowing customizable blog-wide
      links.
parent 1ca27ffd
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ body { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment