diff options
| -rw-r--r-- | abs/core/supplemental-web/PKGBUILD | 2 | ||||
| -rw-r--r-- | abs/core/supplemental-web/contents/frame.css | 6 | 
2 files changed, 5 insertions, 3 deletions
diff --git a/abs/core/supplemental-web/PKGBUILD b/abs/core/supplemental-web/PKGBUILD index cb36569..4e1845d 100644 --- a/abs/core/supplemental-web/PKGBUILD +++ b/abs/core/supplemental-web/PKGBUILD @@ -1,7 +1,7 @@  pkgbase=supplemental-web  pkgname=('supplemental-web' 'supplemental-web-slave')  pkgver=8.0 -pkgrel=4 +pkgrel=5  arch=('i686' 'x86_64')  backup=('extra.cfg.txt') diff --git a/abs/core/supplemental-web/contents/frame.css b/abs/core/supplemental-web/contents/frame.css index df3c69c..9d5e7d3 100644 --- a/abs/core/supplemental-web/contents/frame.css +++ b/abs/core/supplemental-web/contents/frame.css @@ -37,8 +37,9 @@ body {  }  #mainContainer { +    clear: both;  	width: 770px; -	margin: 0px auto 20px auto; +	margin: 10px auto;  	text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */  	display: block;  } @@ -76,8 +77,9 @@ body {  }  #netContainer { +    clear: both;      width: 770px; -	margin: 0px auto 0px auto; +	margin: 10px auto;  	display: block;  }  | 
