pmd website: make the site more friendly for smartphones.
This commit is contained in:
@@ -6,13 +6,14 @@
|
||||
<meta http-equiv="content-type" content="text/xhtml;charset=UTF-8" />
|
||||
<meta name="description" content="PMD is a source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth." />
|
||||
<meta name="keywords" content="PMD,Java,Code Analyzer,Clean Code,Software Development" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="column-full center">
|
||||
<img src="pmd_logo.jpg" width="360" height="264" alt="PMD - Don't shoot the messenger"/>
|
||||
<img src="pmd_logo.jpg" id="pmd-logo" alt="PMD - Don't shoot the messenger"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -61,7 +62,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="column-2-3">
|
||||
<div class="column-3">
|
||||
<h3>Recent announcements</h3>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -87,15 +88,15 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="column-3 no-margin">
|
||||
<div class="column-3">
|
||||
<h3>Next development version</h3>
|
||||
<h4>5.1.0-SNAPSHOT</h4>
|
||||
<ul>
|
||||
<li><a href="http://pmd.sourceforge.net/snapshot/">Documentation</a></li>
|
||||
<li><a href="http://pmd.adabolo.de/job/pmd-trunk/">CI Server</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="column-3 no-margin">
|
||||
<h3>Previous versions</h3>
|
||||
<ul>
|
||||
<li>4.3 (2011-11-04) <a href="http://sourceforge.net/projects/pmd/files/pmd/4.3/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-4.3/">doc</a></li>
|
||||
|
@@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user