BugZilla: Changings for Bug 24177
--- skins/custom/index.css | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/skins/custom/index.css b/skins/custom/index.css index 2c40719..bf064c4 100644 --- a/skins/custom/index.css +++ b/skins/custom/index.css @@ -7,6 +7,8 @@ } div#login_box { position: relative; - top: 205px; +/** -causes an error- + * top: 205px; + */ text-align: left; } \ No newline at end of file -- 1.7.1
On Mon, Sep 20, 2010 at 5:38 PM, Joerg Schiermeier <project(a)schiermeier-software.de> wrote:
--- skins/custom/index.css | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/skins/custom/index.css b/skins/custom/index.css index 2c40719..bf064c4 100644 --- a/skins/custom/index.css +++ b/skins/custom/index.css @@ -7,6 +7,8 @@ } div#login_box { position: relative; - top: 205px; +/** -causes an error- + * top: 205px; + */ text-align: left; } \ No newline at end of file -- 1.7.1
Please send patches to wine-patches(a)winehq.org. Also, for website patches, please put 'website' somewhere in the subject so that the website maintainer can see it easier. Thanks! -- -Austin
participants (2)
-
Austin English -
Joerg Schiermeier