diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/common/css/main.css | 4 | ||||
-rw-r--r-- | site/index.php | 2 |
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> |