aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/cgi_spine_search.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/cgi_spine_search.org')
-rw-r--r--org/cgi_spine_search.org12
1 files changed, 10 insertions, 2 deletions
diff --git a/org/cgi_spine_search.org b/org/cgi_spine_search.org
index 311b497..674b2ef 100644
--- a/org/cgi_spine_search.org
+++ b/org/cgi_spine_search.org
@@ -1356,7 +1356,7 @@ a.lnkocn:visited {
}
a.lnkocn:hover {
color : #777777;
- font-size : 15px;
+ font-size : 100%%;
}
a:hover img {
background-color : #FFFFFF;
@@ -1390,6 +1390,14 @@ span.match {
color : #000000;
background-color : #FFFF48;
}
+input[type="text"] {
+ font-size : 120%%;
+ line-height : 120%%;
+}
+button[type="submit"] {
+ font-size : 120%%;
+ line-height : 120%%;
+}
p.norm { }
p.center { text-align : center; }
p.i1 { padding-left : 1em; }
@@ -1872,7 +1880,7 @@ p.small {
text-align : left;
}
.tiny, .tiny_left, .tiny_right, .tiny_center {
- font-size : 10px;
+ font-size : 12px;
margin-top : 0px;
margin-bottom : 0px;
color : #EEEEEE;