Selaa lähdekoodia

No fixed width in css

Bob Mottram 7 vuotta sitten
vanhempi
commit
fac14ca960
3 muutettua tiedostoa jossa 5 lisäystä ja 6 poistoa
  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 Näytä tiedosto

6
 #+OPTIONS: ^:nil toc:nil
6
 #+OPTIONS: ^:nil toc:nil
7
 #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
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
 [[file:images/logo.png]]
10
 [[file:images/logo.png]]
11
 
11
 
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.
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
 
21
 
22
 If you like this project and want to support continued development then [[./support.html][here's what to do]].
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
 [[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]]
25
 [[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]]

+ 3
- 3
website/EN/index.html Näytä tiedosto

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2018-04-12 Thu 11:02 -->
7
+<!-- 2018-04-12 Thu 11:09 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
147
 <h1 class="title"></h1>
147
 <h1 class="title"></h1>
148
 
148
 
149
 <div class="figure">
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
 </p>
151
 </p>
152
 </div>
152
 </div>
153
 
153
 
177
 
177
 
178
 
178
 
179
 <div class="figure">
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
 </p>
181
 </p>
182
 </div>
182
 </div>
183
 </div>
183
 </div>

+ 0
- 1
website/freedombone.css Näytä tiedosto

42
 }
42
 }
43
 
43
 
44
 img {
44
 img {
45
-    width: 90%;
46
     float: center;
45
     float: center;
47
     clear: right;
46
     clear: right;
48
     padding: 10px;
47
     padding: 10px;