From 445a4f9b2464a92523965e8c6b740af09f970a9b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 5 Jul 2010 15:44:48 -0700 Subject: [PATCH] More popover cleanup. --- index.html | 26 ++++++++++++-------------- style.css | 4 ++++ 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index bde466d..4fc6714 100644 --- a/index.html +++ b/index.html @@ -452,13 +452,11 @@
-
- Loading your Steam Community profile... -
+
Loading your Steam Community profile...
-
+

This website lets you organize and filter your Steam purchases through tags you choose. You can categorize and file your games thousands of different ways.

@@ -467,22 +465,22 @@

Your password will only be supplied to the Steam website. This website will never have access to your login information.


-

- Click here to log in through steamcommunity.com

-
+

+ Click here to log in through steamcommunity.com

+
-
+

We're having trouble accessing your Steam Community profile.


This is probably a temporary network glitch. Please try again later.

If this problem persists, feel free to ask Ryan about it.


-

+

Click here to shop for games on Steam in the meantime.

-
+
@@ -494,21 +492,21 @@

Please note that this will let everyone see your information!

Unfortunately, it's the only way this site can see it, too.


-

+

Click here to go to your steamcommunity.com settings.

-
+

You don't seem to own any games!


This website isn't very useful if you don't have something to organize.


-

+

Click here to go shopping!

-
+
diff --git a/style.css b/style.css index f175768..4872797 100644 --- a/style.css +++ b/style.css @@ -133,6 +133,10 @@ img.avatar { -webkit-border-radius: 10px; } +.popover a { + text-decoration: underline; +} + div.taglist { display: inline; }