fixing identing issues addressed by @blueyed
This commit is contained in:
parent
e4737ff4b4
commit
ffd293cc42
|
@ -1,7 +1,5 @@
|
|||
# Home
|
||||
|
||||
# Home
|
||||
|
||||
**awesome** is a highly configurable, next generation framework window
|
||||
manager for X. It is very fast, extensible and licensed under the
|
||||
[GNU GPLv2 license](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
body {
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
color: black;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 0.8em;
|
||||
|
@ -106,7 +106,6 @@ blockquote{
|
|||
padding-top: 20px;
|
||||
width: 20%;
|
||||
margin-left: 40%;
|
||||
|
||||
}
|
||||
|
||||
/**** Center Logo ****/
|
||||
|
@ -180,7 +179,7 @@ blockquote{
|
|||
}
|
||||
|
||||
#content h2 {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
padding: 10px 0 10px 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue