Browse Source

No fixed width in css

Bob Mottram 7 years ago
parent
commit
fac14ca960
3 changed files with 5 additions and 6 deletions
  1. 2
    2
      doc/EN/index.org
  2. 3
    3
      website/EN/index.html
  3. 0
    1
      website/freedombone.css

+ 2
- 2
doc/EN/index.org View File

@@ -6,7 +6,7 @@
6 6
 #+OPTIONS: ^:nil toc:nil
7 7
 #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
8 8
 
9
-#+attr_html: :width 50% :height 10% :align center
9
+#+attr_html: :width 80% :height 10% :align center
10 10
 [[file:images/logo.png]]
11 11
 
12 12
 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
21 21
 
22 22
 If you like this project and want to support continued development then [[./support.html][here's what to do]].
23 23
 
24
-#+attr_html: :width 5% :height 1% :align center
24
+#+attr_html: :width 10% :height 2% :align center
25 25
 [[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]]

+ 3
- 3
website/EN/index.html View File

@@ -4,7 +4,7 @@
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6 6
 <title></title>
7
-<!-- 2018-04-12 Thu 11:02 -->
7
+<!-- 2018-04-12 Thu 11:09 -->
8 8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 9
 <meta  name="generator" content="Org-mode" />
10 10
 <meta  name="author" content="Bob Mottram" />
@@ -147,7 +147,7 @@ for the JavaScript code in this tag.
147 147
 <h1 class="title"></h1>
148 148
 
149 149
 <div class="figure">
150
-<p><img src="images/logo.png" alt="logo.png" width="50%" height="10%" align="center" />
150
+<p><img src="images/logo.png" alt="logo.png" width="80%" height="10%" align="center" />
151 151
 </p>
152 152
 </div>
153 153
 
@@ -177,7 +177,7 @@ If you like this project and want to support continued development then <a href=
177 177
 
178 178
 
179 179
 <div class="figure">
180
-<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>
180
+<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>
181 181
 </p>
182 182
 </div>
183 183
 </div>

+ 0
- 1
website/freedombone.css View File

@@ -42,7 +42,6 @@ img.resize{
42 42
 }
43 43
 
44 44
 img {
45
-    width: 90%;
46 45
     float: center;
47 46
     clear: right;
48 47
     padding: 10px;