Skip to content

Commit b2be36c

Browse files
committed
improved readability
1 parent 42b2687 commit b2be36c

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

css/changes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dl.network dd { margin: 0; }
6060
dl.network dd.date { color: #999966; margin-bottom: 1em; }
6161

6262
/*** Reference ***/
63-
.ref-notice { margin: 2.5em 0 2.5em 0; color: #006699}
63+
.ref-notice { margin: 2.5em 0 2.5em 0; color: #006699;}
6464

6565
#Language th { width: 100px; font-weight: normal; text-align: left; vertical-align: top; }
6666
#Language td { vertical-align: top; padding-bottom: 2em; }

css/forms.css

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,42 @@
55
*
66
*/
77

8-
table {
9-
}
108

119
form
12-
{
10+
{
1311
margin-bottom : 0px;
1412
}
1513

1614
input,
1715
select,
1816
textarea
19-
{
17+
{
2018
font-family : Verdana, Arial, Helvetica, sans-serif;
2119
font-size : 10px;
22-
2320
vertical-align : middle;
2421
}
2522

2623
select
27-
{
24+
{
2825
width : 120px;
2926
}
3027

3128
input
32-
{
29+
{
3330
margin-right : 5px;
3431
}
3532

3633
label
37-
{
34+
{
3835
display : block;
39-
/*margin-left : -2px;
40-
margin-bottom : 7px;*/
41-
/* \*/
42-
/*margin-bottom : 3px;*/
43-
/* */
36+
4437
}
4538

4639

4740
input[type="text"],
4841
input[type="password"],
4942
input:not([type])
50-
{
43+
{
5144
/*border : 2px solid !important;*/
5245

5346
-moz-border-top-colors : #7C7C7C #C3C3C3;
@@ -61,7 +54,7 @@ input[type="reset"],
6154
input[type="button"],
6255
input[type="submit"],
6356
select:not([multiple])
64-
{
57+
{
6558
/*border : 2px solid !important;
6659
background-repeat : repeat-x !important;
6760
background-position : bottom right !important;*/
@@ -80,7 +73,7 @@ input[type="reset"]:hover:active,
8073
input[type="button"]:hover:active,
8174
input[type="submit"]:hover:active,
8275
select:not([multiple]):hover:active
83-
{
76+
{
8477
/*border : 2px solid !important;*/
8578

8679
-moz-border-top-colors : #999999 #CECECE !important;
@@ -90,7 +83,7 @@ select:not([multiple]):hover:active
9083
}
9184

9285
select > input[type="button"]
93-
{
86+
{
9487
border-top : none !important;
9588
border-right : none !important;
9689
border-bottom : none !important;
@@ -106,7 +99,7 @@ input[type="password"]:focus,
10699
input:not([type]):focus,
107100
textarea:focus,
108101
select[multiple]:focus
109-
{
102+
{
110103
-moz-border-top-colors : -moz-mac-focusring -moz-mac-focusring !important;
111104
-moz-border-right-colors : -moz-mac-focusring -moz-mac-focusring !important;
112105
-moz-border-bottom-colors : -moz-mac-focusring -moz-mac-focusring !important;
@@ -131,7 +124,7 @@ textarea, select[multiple]
131124

132125

133126
input[type="radio"]:not([class]):not([id]):not([style])
134-
{
127+
{
135128
width: 13px !important;
136129
height: 13px !important;
137130

0 commit comments

Comments
 (0)