diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-11-02 01:04:05 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2011-11-02 01:04:05 +0100 |
commit | 40214e8e297991940dd45e59dcfe154482d9255c (patch) | |
tree | e838c45bc8f4e74491a6b5cf4f3a0bec0bd5ca20 /public | |
parent | 2d78e2f7431d000e46d80b3064b76f699b8c624b (diff) |
fix html: id attribute should be unique, use class instead
Diffstat (limited to 'public')
-rw-r--r-- | public/css/sublab-new.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/sublab-new.css b/public/css/sublab-new.css index e59933a..7a24f3f 100644 --- a/public/css/sublab-new.css +++ b/public/css/sublab-new.css @@ -111,7 +111,7 @@ div.footer { text-align: center; } -#imagecontent { +.imagecontent { clear: both; float: right; margin: 5px 10px 5px 10px; @@ -142,7 +142,7 @@ img.webcamthumb { height: auto; } -#contentimage { +.contentimage { width: 95%; height: auto; margin: 0px 5px 0px 5px; |