summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-04-08 15:53:22 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-04-08 15:53:22 +0930
commitddc967533c0df0b94c93c75179b7cb626ca5c478 (patch)
treeaab01442ac428922d1a56882d6a5a156d0c53d9b
parent38fca31c55466db5984cc58a3e052af7306599d2 (diff)
downloadgnupluslinux.com-ddc967533c0df0b94c93c75179b7cb626ca5c478.tar.gz
gnupluslinux.com-ddc967533c0df0b94c93c75179b7cb626ca5c478.zip
fixed html indenting
-rw-r--r--iuse/index.html40
1 files changed, 15 insertions, 25 deletions
diff --git a/iuse/index.html b/iuse/index.html
index f01a920..b725f07 100644
--- a/iuse/index.html
+++ b/iuse/index.html
@@ -9,30 +9,20 @@
<link rel="icon" type="image/png" href="favicon.png">
<title>GNU plus Linux</title>
<style>
-body{background-color:#222; color: #eee; margin-right: 5%; margin-left: 5%; font-family: Verdana}
-.content
-{
- position: relative;
- border-radius: 25px;
- border: 2px solid #073642;
- width: 600px;
- margin-top: 20px;
- margin-left: auto;
- margin-right: auto;
-}
-.title {text-align: center;}
-pre {overflow: auto;}
-
-.background {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- z-index: -1;
- overflow: hidden;
-}
-.middle { text-align: center; font-size: 70%}
+ body{background-color:#222; color: #eee; margin-right: 5%; margin-left: 5%; font-family: Verdana}
+ .content
+ {
+ position: relative;
+ border-radius: 25px;
+ border: 2px solid #073642;
+ width: 600px;
+ margin-top: 20px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ .title {text-align: center;}
+ pre {overflow: auto;}
+ .middle { text-align: center; font-size: 70%}
</style>
</head>
<body>
@@ -62,6 +52,6 @@ pre {overflow: auto;}
<div class="middle">
want something hosted on this domain? <a href="https://github.com/daniel-Jones/gnupluslinux.com">Send a PR on GitHub</a> or <a href="https://danieljon.es">contact me</a>
</div>
- </body>
+ </body>
</html>