File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,19 @@ a:active {
43
43
margin : 3px 10px ;
44
44
}
45
45
46
+ # top_bar a {
47
+ font-size : 10pt ;
48
+ }
49
+
46
50
# grid_table {
47
51
border-collapse : collapse;
48
52
border-spacing : 0px ;
49
53
float : left;
50
54
height : 551px ;
51
- margin : 22px 0px 0px 8px ;
55
+ margin-top : 22px ;
56
+ margin-right : 0px ;
57
+ margin-bottom : 0px ;
58
+ margin-left : 8px ;
52
59
width : 536px ;
53
60
}
54
61
@@ -57,12 +64,18 @@ a:active {
57
64
border-width : 2px ;
58
65
display : none;
59
66
float : left;
60
- margin : 8px 0px 0px 8px ;
67
+ margin-top : 8px ;
68
+ margin-right : 0px ;
69
+ margin-bottom : 0px ;
70
+ margin-left : 8px ;
61
71
width : 350px ;
62
72
}
63
73
64
74
# controls ul {
65
- margin : 10px 0px ;
75
+ margin-top : 10px ;
76
+ margin-right : 0px ;
77
+ margin-bottom : 10px ;
78
+ margin-left : 0px ;
66
79
}
67
80
68
81
# solving_status {
@@ -72,7 +85,10 @@ a:active {
72
85
# guessing_tools_table {
73
86
border-width : 0px ;
74
87
border-spacing : 0px ;
75
- margin : 10px 0px 10px 40px ;
88
+ margin-top : 10px ;
89
+ margin-right : 0px ;
90
+ margin-bottom : 10px ;
91
+ margin-left : 40px ;
76
92
padding : 0px ;
77
93
}
78
94
You can’t perform that action at this time.
0 commit comments