diff options
Diffstat (limited to 'stylesheet.css')
-rw-r--r-- | stylesheet.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/stylesheet.css b/stylesheet.css index 0f09bdc..0fe527e 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -60,34 +60,6 @@ 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: 202px;
- height: 152px;
-}
-
-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: 202px;
- height: 152px;
-}
-
a {
font-size: 14px;
color: #008200;
|