diff options
Diffstat (limited to 'sundry/spine_search_cgi/src/spine_search.d')
-rw-r--r-- | sundry/spine_search_cgi/src/spine_search.d | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sundry/spine_search_cgi/src/spine_search.d b/sundry/spine_search_cgi/src/spine_search.d index 07a824d..d8ead11 100644 --- a/sundry/spine_search_cgi/src/spine_search.d +++ b/sundry/spine_search_cgi/src/spine_search.d @@ -627,6 +627,14 @@ void cgi_function_intro(Cgi cgi) { 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; } |