summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-12 21:25:16 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-12 21:25:16 (EST)
commitb9d2d945115ec760bce95da96640e1bf6cca5ebd (patch)
tree1bf0eda16f9691e88c02de8c395fb2c6567a8627 /site
parentf4e29f0ecc94cc99ae5b91c33b8c5555da617ea9 (diff)
downloadlibreboot.org-b9d2d945115ec760bce95da96640e1bf6cca5ebd.zip
libreboot.org-b9d2d945115ec760bce95da96640e1bf6cca5ebd.tar.gz
libreboot.org-b9d2d945115ec760bce95da96640e1bf6cca5ebd.tar.bz2
optimize css; don't set img properties, only 1 image is used
do it in style="" instead on that image
Diffstat (limited to 'site')
-rw-r--r--site/common/css/main.css4
-rw-r--r--site/index.php2
2 files changed, 1 insertions, 5 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css
index d5d91bc..2a29427 100644
--- a/site/common/css/main.css
+++ b/site/common/css/main.css
@@ -17,10 +17,6 @@ display:inline
.c li{
display:block
}
-img{
-float:right;
-width:25%
-}
a,a:hover,strong,em,ul{
padding:0
}
diff --git a/site/index.php b/site/index.php
index 0669a70..2ed50cc 100644
--- a/site/index.php
+++ b/site/index.php
@@ -35,7 +35,7 @@
<div>
<p>
- <a href="logo/"><img src="logo/logo.svg" alt="Libreboot logo" title="Canteloupe, the libreboot mascot" /></a>
+ <a href="logo/"><img src="logo/logo.svg" alt="Libreboot logo" title="Canteloupe, the libreboot mascot" style="width:25%;float:right" /></a>
</p>
<h1><?php echo gettext("Libreboot project"); ?></h1>
<p>