diff options
author | brandon flowers <brandonflowers@gmail.com> | 2012-11-13 12:58:51 -0500 |
---|---|---|
committer | brandon flowers <brandonflowers@gmail.com> | 2012-11-13 12:58:51 -0500 |
commit | aa405d2a0034c0ccd013a4ef3f06efbd3a1f14f8 (patch) | |
tree | 4c309272aed848bcd3b0c4c0e305f667951cfc8f /examples/modular-backbone/css | |
parent | 952810435555f43e3c27e462dcdbbf062e2ea994 (diff) | |
download | backbonetutorials-aa405d2a0034c0ccd013a4ef3f06efbd3a1f14f8.zip backbonetutorials-aa405d2a0034c0ccd013a4ef3f06efbd3a1f14f8.tar.gz backbonetutorials-aa405d2a0034c0ccd013a4ef3f06efbd3a1f14f8.tar.bz2 |
a bit more pleasing to the eye this way I think - less white space
Diffstat (limited to 'examples/modular-backbone/css')
-rw-r--r-- | examples/modular-backbone/css/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/modular-backbone/css/style.css b/examples/modular-backbone/css/style.css index 9469c2a..9af288d 100644 --- a/examples/modular-backbone/css/style.css +++ b/examples/modular-backbone/css/style.css @@ -150,15 +150,14 @@ h1{ display: block; position: relative; float: left; - width: 320px; } #page #contributors-list .podium .base { display: block; position: relative; float: left; - width: 320px; background-color: rgba(214, 214, 214, 0.38); + width: 100%; } #page #contributors-list .podium .base p { |