summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-06 14:41:09 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-06 14:43:55 +0200
commit7d8b9c40ca49448ff0a86ae653399e058d5d263e (patch)
tree099113e2e62fcd8454b077955976274e30381ae4 /website
parent5704ec7c0c55d4b13e40e4a47d88298623dd0ea3 (diff)
Don't try to float images. This assumes to much.
Change-Id: Ie5ee6adff247bc70cef2beadef45d3af14fbe9f2 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'website')
-rw-r--r--website/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/style.css b/website/style.css
index 2e32b3e..d8b11b0 100644
--- a/website/style.css
+++ b/website/style.css
@@ -68,7 +68,6 @@ button:active {
img {
display: block;
max-width: 100%;
- float: left;
}
a {
@@ -323,4 +322,5 @@ header h2 a {
article time {
display: none;
}
-} \ No newline at end of file
+}
+