diff --git a/website/index.html b/website/index.html index af03aae344..df5273540f 100644 --- a/website/index.html +++ b/website/index.html @@ -6,13 +6,14 @@ + + -
- PMD - Don't shoot the messenger +
@@ -61,7 +62,7 @@
-
+

Recent announcements

  • @@ -87,15 +88,15 @@
- -
+

Next development version

5.1.0-SNAPSHOT

- +
+

Previous versions

  • 4.3 (2011-11-04) downloads doc
  • diff --git a/website/pmd.css b/website/pmd.css index 4ae7f5e6ff..47a48368ae 100644 --- a/website/pmd.css +++ b/website/pmd.css @@ -1,5 +1,5 @@ body { - margin: 10px 30px; + margin: 10px 10px; background: lightgray; color: black; font-family: sans-serif; @@ -13,6 +13,11 @@ h3 { padding: 3px 5px; } +#pmd-logo { + width: 100%; + max-width: 360px; +} + .container { border-radius: 15px; padding: 20px; @@ -57,7 +62,7 @@ h3 { .description { font-family: serif; - width: 70%; + width: 85%; margin: 3em auto; font-size: 140%; }