* update website

This commit is contained in:
Reinhard Pointner 2014-12-21 18:00:44 +00:00
parent b8bd51174a
commit 022cbfcbe3
5 changed files with 13 additions and 22 deletions

View File

@ -126,10 +126,7 @@ table.reference.cli > * > * > td:first-child {
background-repeat: no-repeat;
border: 1px solid #a2a2a2;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
box-shadow: 0px 2px 5px #a2a2a2;
-moz-box-shadow: 0px 2px 5px #a2a2a2;
overflow: visible;
}
@ -199,7 +196,17 @@ h1 .description {
background-color: #E6E6E6;
border: 1px solid lightgray;
box-shadow: 0px 2px 5px #a2a2a2;
-moz-box-shadow: 0px 2px 5px #a2a2a2;
}
.main-section-screenshot {
float: right;
margin-top: 30px;
margin-left: 20px;
margin-right: 5px;
}
.main-section-screenshot img {
box-shadow: 0px 2px 5px #a2a2a2;
}
.screenshot a {
@ -240,22 +247,6 @@ div.screencast:hover .play {
text-align: center;
}
.webstart.button {
margin: 15px;
min-height: 25px;
text-align: center;
}
.webstart.button a img {
box-shadow: 0px 0px 5px lightgray;
-moz-box-shadow: 0px 0px 5px lightgray;
}
.webstart.button a:hover img {
box-shadow: 0px 1px 8px darkorange;
-moz-box-shadow: 0px 1px 8px darkorange;
}
.section.tutorial ol, .section.tutorial ul {
background-color: #EFEFEF;
font-family: Verdana, Helvetica, Arial, sans-serif;

View File

@ -76,8 +76,8 @@
</div>
<div class="content">
<div class="screenshot" style="margin-top: 35px; border:none; box-shadow:none; background:white">
<a target="_blank" href="screenshots/original/cli.png"><img alt="screenshot" src="screenshots/medium/cli.png" /></a>
<div class="main-section-screenshot">
<a target="_blank" href="screenshots/original/cli.rename.png"><img alt="screenshot" width="290" src="screenshots/original/cli.rename.png" /></a>
</div>
<div class="section about">
<h2>About</h2>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB