X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=e4f5523fb2b20cd36907af18f73c2fbd94360424;hp=02f69a4ca33a2c9ed0b7f5a097bbd9d2490ce24e;hb=dac334b46e3f2d939f8d106b98dc82a102e72423;hpb=7c498e18d97daa7ae42e355adf24b8c77cacad33 diff --git a/stylesheet.css b/stylesheet.css index 02f69a4..e4f5523 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -64,6 +64,34 @@ img { img.thumb { } +img.bubbleimg_up { + padding-top: 0; + padding-left: 0; + padding-right: 0; + padding-bottom: 0; + margin-top: 39px; + margin-left: 36px; + margin-bottom: 0; + margin-right: 0; + border: 0; + width: 202; + height: 152; +} + +img.bubbleimg_down { + padding-top: 0; + padding-left: 0; + padding-right: 0; + padding-bottom: 0; + margin-top: 34px; + margin-left: 36px; + margin-bottom: 0; + margin-right: 0; + border: 0; + width: 202; + height: 152; +} + a { font-size: 14px; color: #008200; @@ -77,7 +105,7 @@ a:hover { color: #00aa44; } -#matrix { +#matrix,#single { padding: 10px; }