diff options
author | Kyle K <kylek389@gmail.com> | 2012-07-04 16:28:05 -0500 |
---|---|---|
committer | Kamil Kaminski <kyle@kkaminsk.com> | 2012-07-04 16:28:05 -0500 |
commit | 8197b662f43999304f853db21dc2bb18c2959a58 (patch) | |
tree | 6a99dac8facbbb719f536963ca9a540e8110a884 /protoype | |
parent | 214c9b65377d9c1a847e0cd9a2d1ea7fb3cbff65 (diff) | |
download | fubar-8197b662f43999304f853db21dc2bb18c2959a58.tar.gz fubar-8197b662f43999304f853db21dc2bb18c2959a58.tar.bz2 fubar-8197b662f43999304f853db21dc2bb18c2959a58.zip |
html, jade
Diffstat (limited to 'protoype')
-rw-r--r-- | protoype/public/stylesheets/style.css | 2 | ||||
-rw-r--r-- | protoype/views/index.jade | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/protoype/public/stylesheets/style.css b/protoype/public/stylesheets/style.css index 73d1927..9006e00 100644 --- a/protoype/public/stylesheets/style.css +++ b/protoype/public/stylesheets/style.css @@ -1,6 +1,6 @@ body { padding: 10px; - font: 12px "Lucida Grande", Helvetica, Arial, sans-serif; + font: 12px sans-serif; } a { diff --git a/protoype/views/index.jade b/protoype/views/index.jade index 2f92c52..fba191d 100644 --- a/protoype/views/index.jade +++ b/protoype/views/index.jade @@ -1,7 +1,7 @@ -h1(style='border-bottom: dashed #FF9900; letter-spacing: -2px')= title +h2(style='border-bottom: dashed #FF9900; letter-spacing: -2px')= title p Welcome to #{title}. Find your opponent, and get ready! -h3 User List +h4(style='background-color: #99FF66; padding: 2px') User List - each user in users #listentry <u>#{user.tag}</u> >> #{user.location.loc} | - if (user.status == 'online') @@ -10,4 +10,4 @@ h3 User List span(style='color: red; font-weight: bold')= user.status | <br />#{user.vehicle.year} #{user.vehicle.make} #{user.vehicle.model} | <br />mods: #{user.vehicle.desc}<br /> - span(style='color: gray; font-style: italic')= user.userinfo.sig + span(style='color: gray; font-style: italic')= user.userinfo.sig |