aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Schoenert <c.schoenert@t-online.de>2019-03-24 20:34:40 +0100
committerCarsten Schoenert <c.schoenert@t-online.de>2019-03-24 20:34:40 +0100
commit2ee4349699b26cc09c85702192bfb28f21fd2a88 (patch)
treef1bfe27fd2f3d4952af4c798ec765e5db2a65980
parent8abf90baf0147e873597ad884c5da72f3af137e4 (diff)
download-verify: reworked the CSS stylesheeting
Add some few more small CSS stylsheet instructions to get rid of the bullets from the <li> tags.
-rw-r--r--english/download/index.wml12
1 files changed, 10 insertions, 2 deletions
diff --git a/english/download/index.wml b/english/download/index.wml
index ca7c75fa128..605252cec97 100644
--- a/english/download/index.wml
+++ b/english/download/index.wml
@@ -15,6 +15,14 @@ h3 {
left: 50%;
top: 50%;
text-align: left;
+ }
+
+.centered-middle-50-none-list {
+ list-style-type: none;
+ }
+
+.centered-middle-50-none-list>li {
+ margin-bottom : 6px;
}
</style>
@@ -75,8 +83,8 @@ h3 {
<h3>Step 2 - Verify</h3>
<p><strong>Verify the download</strong></p>
<a href="verify.en.html"><img src="img/verify.png" alt="[Pic: Verify]"></a>
- <div class="centered-middle-50">
- <ul>
+ <div class="centered-middle-50 centered-middle-50-none-list">
+ <ul class="centered-middle-50-none-list">
<li>It's a good idea to proof your downloaded files on correctness and
integrity so the installing later can work properly without possible
flaws otherwise.</li>

© 2014-2024 Faster IT GmbH | imprint | privacy policy