No fixed width in css
This commit is contained in:
parent
346fcb583b
commit
fac14ca960
|
@ -6,7 +6,7 @@
|
||||||
#+OPTIONS: ^:nil toc:nil
|
#+OPTIONS: ^:nil toc:nil
|
||||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
|
||||||
|
|
||||||
#+attr_html: :width 50% :height 10% :align center
|
#+attr_html: :width 80% :height 10% :align center
|
||||||
[[file:images/logo.png]]
|
[[file:images/logo.png]]
|
||||||
|
|
||||||
So you want to run your own internet services? Email, chat, VoIP, web sites, file synchronisation, wikis, blogs, social networks, media hosting, backups, VPN. Freedombone is a home server system which enables you to self-host all of these things.
|
So you want to run your own internet services? Email, chat, VoIP, web sites, file synchronisation, wikis, blogs, social networks, media hosting, backups, VPN. Freedombone is a home server system which enables you to self-host all of these things.
|
||||||
|
@ -21,5 +21,5 @@ If you find bugs, or want to add a new app to this system see the [[./devguide.h
|
||||||
|
|
||||||
If you like this project and want to support continued development then [[./support.html][here's what to do]].
|
If you like this project and want to support continued development then [[./support.html][here's what to do]].
|
||||||
|
|
||||||
#+attr_html: :width 5% :height 1% :align center
|
#+attr_html: :width 10% :height 2% :align center
|
||||||
[[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]]
|
[[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]]
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title></title>
|
<title></title>
|
||||||
<!-- 2018-04-12 Thu 11:02 -->
|
<!-- 2018-04-12 Thu 11:09 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="generator" content="Org-mode" />
|
<meta name="generator" content="Org-mode" />
|
||||||
<meta name="author" content="Bob Mottram" />
|
<meta name="author" content="Bob Mottram" />
|
||||||
|
@ -147,7 +147,7 @@ for the JavaScript code in this tag.
|
||||||
<h1 class="title"></h1>
|
<h1 class="title"></h1>
|
||||||
|
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<p><img src="images/logo.png" alt="logo.png" width="50%" height="10%" align="center" />
|
<p><img src="images/logo.png" alt="logo.png" width="80%" height="10%" align="center" />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -177,7 +177,7 @@ If you like this project and want to support continued development then <a href=
|
||||||
|
|
||||||
|
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<p><a href="https://www.gnu.org/licenses/fdl-1.3.txt" width="5%" height="1%" align="center"><img src="images/gfdl.png" alt="gfdl.png" width="5%" height="1%" align="center" /></a>
|
<p><a href="https://www.gnu.org/licenses/fdl-1.3.txt" width="10%" height="2%" align="center"><img src="images/gfdl.png" alt="gfdl.png" width="10%" height="2%" align="center" /></a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -42,7 +42,6 @@ img.resize{
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 90%;
|
|
||||||
float: center;
|
float: center;
|
||||||
clear: right;
|
clear: right;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Reference in New Issue