Skip to content

Commit 4bfb80e

Browse files
Initial Commit
1 parent bec3db3 commit 4bfb80e

3 files changed

Lines changed: 6 additions & 6 deletions
Binary file not shown.

docs/rotor.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ table
3131
{
3232
width:100%;
3333
color: black;
34-
background: #FFFFCC;
34+
background: white; <!--#FFFFCC;-->
3535
}
3636

3737
table.plain
@@ -46,8 +46,8 @@ td, th
4646
{
4747

4848
color: black;
49-
background: #FFFFCC;
50-
padding: 4px;
49+
background: white; <!--#FFFFCC-->
50+
padding: 1px;
5151
}
5252

5353

@@ -61,12 +61,12 @@ tr.green
6161

6262
a:link
6363
{
64-
color: blue;
64+
color: gray; <!--blue-->
6565
}
6666

6767
a:visited
6868
{
69-
color: blue;
69+
color: gray;<!--blue-->
7070
}
7171

7272
a:active
@@ -92,7 +92,7 @@ h1, h2, h2.top, h3, h3.underline, h4, h5
9292

9393
h2, h2.top
9494
{
95-
font-weight: bold;
95+
font-weight: normal; <!--bold;-->
9696
}
9797

9898
h3

0 commit comments

Comments
 (0)