diff options
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index bf5bac86f6..1ae99162b6 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -255,6 +255,12 @@ h6 { .mediabutton { background-color: cyan; } +.mediadiv{ + padding-bottom:5%; + height:0; + display:inline-block; + border:none; +} .tintro { color: white; background-color: green; |