aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 59c9e42..1c730e6 100644
--- a/style.css
+++ b/style.css
@@ -93,24 +93,29 @@ div.menu-bar {
93 93
94.menu-cell { 94.menu-cell {
95 display: table-cell; 95 display: table-cell;
96 text-align: center; 96 text-align: center;
97} 97}
98 98
99.notready { 99.notready {
100 text-align: center; 100 text-align: center;
101 background-color: yellow; 101 background-color: yellow;
102 font-weight: bold; 102 font-weight: bold;
103} 103}
104 104
105
106input {
107 border: 1px solid gray;
108}
109
105.nostyle { display: none } 110.nostyle { display: none }
106 111
107/* 112/*
108 References 113 References
109 */ 114 */
110 115
111a { 116a {
112 text-decoration: none; 117 text-decoration: none;
113 color: #002bb8; 118 color: #002bb8;
114 background: none; 119 background: none;
115} 120}
116 121

Return to:

Send suggestions and report system problems to the System administrator.