diff options
Diffstat (limited to 'style/dnxcf_style.css')
| -rw-r--r-- | style/dnxcf_style.css | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/style/dnxcf_style.css b/style/dnxcf_style.css index a884432..0bc0591 100644 --- a/style/dnxcf_style.css +++ b/style/dnxcf_style.css @@ -1,17 +1,8 @@ -/* let's try and keep this file as small as possible */ -#dnxcf_gmap { - width: 100%; - height: 400px; +/* + * Styling for our form. + * This file should be almost empty. + * The only rule needed is the one to hide the "pagelike" input field. + */ +p.dnxcf-form-pagelikes { + display: none; } -#dnxcf_gmap img { - max-width: none; -} -#dnxcf_gmap #content { - -} -#dnxcf_gmap .firstHeading { - -} -#dnxcf_gmap #bodyContent p { - -}
\ No newline at end of file |
