Minor stylish changes to the website
This commit is contained in:
parent
3b61d52ac1
commit
fde9fb5996
5 changed files with 6 additions and 19 deletions
|
@ -1,8 +1,4 @@
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<div class="leftcontent">
|
|
||||||
<p> </p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="leftcontent">
|
<div class="leftcontent">
|
||||||
<h2>Pardon in advance</h2>
|
<h2>Pardon in advance</h2>
|
||||||
<p>Please do not worry if the <a href="http://demo.cryptobox.org">demo</a> may be out for lunch right now. It surely will be back soon.</p>
|
<p>Please do not worry if the <a href="http://demo.cryptobox.org">demo</a> may be out for lunch right now. It surely will be back soon.</p>
|
||||||
|
|
|
@ -19,9 +19,6 @@
|
||||||
href="http://dir.gmane.org/gmane.comp.encryption.cryptobox.devel">gmane</a>.</p>
|
href="http://dir.gmane.org/gmane.comp.encryption.cryptobox.devel">gmane</a>.</p>
|
||||||
<p>You can also just browse the <a href="https://systemausfall.org/mail-archive/?0">mailing list archive</a>.</p>
|
<p>You can also just browse the <a href="https://systemausfall.org/mail-archive/?0">mailing list archive</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
|
||||||
<p> </p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>Acknowledgements</h2>
|
<h2>Acknowledgements</h2>
|
||||||
|
|
|
@ -29,10 +29,6 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<div class="leftcontent">
|
|
||||||
<p> </p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="leftcontent">
|
<div class="leftcontent">
|
||||||
<h2>Pardon in advance</h2>
|
<h2>Pardon in advance</h2>
|
||||||
<p>Please do not worry if the <a href="http://demo.cryptobox.org">demo</a> may be out for lunch right now. It surely will be back soon.</p>
|
<p>Please do not worry if the <a href="http://demo.cryptobox.org">demo</a> may be out for lunch right now. It surely will be back soon.</p>
|
||||||
|
|
11
gfx/main.css
11
gfx/main.css
|
@ -97,8 +97,8 @@ div.navbar {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.navbar a:link, .navbar a:visited, .navbar a:active {
|
div.navbar a:link, div.navbar a:visited, div.navbar a:active {
|
||||||
color: #666666;
|
color: #366b30;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -111,7 +111,9 @@ div.left {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.left h2 {
|
div.left h2 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
color: #366b30;
|
||||||
|
background-color: #eeeeec;
|
||||||
padding: 0 0 0 0.5em;
|
padding: 0 0 0 0.5em;
|
||||||
margin-bottom: 0.3em;
|
margin-bottom: 0.3em;
|
||||||
}
|
}
|
||||||
|
@ -193,5 +195,4 @@ ol.toc li {
|
||||||
|
|
||||||
ol.toc a {
|
ol.toc a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -80,9 +80,6 @@
|
||||||
href="http://dir.gmane.org/gmane.comp.encryption.cryptobox.devel">gmane</a>.</p>
|
href="http://dir.gmane.org/gmane.comp.encryption.cryptobox.devel">gmane</a>.</p>
|
||||||
<p>You can also just browse the <a href="https://systemausfall.org/mail-archive/?0">mailing list archive</a>.</p>
|
<p>You can also just browse the <a href="https://systemausfall.org/mail-archive/?0">mailing list archive</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
|
||||||
<p> </p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>Acknowledgements</h2>
|
<h2>Acknowledgements</h2>
|
||||||
|
|
Loading…
Add table
Reference in a new issue