Skip to content

Commit

Permalink
Merge pull request #1 from brysgo/master
Browse files Browse the repository at this point in the history
Yup makes perfect sense. I didn't account for that. Thanks alot!
  • Loading branch information
AVGP committed Apr 27, 2012
2 parents 29503e8 + c8e2748 commit ef980e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/css/main.css
Expand Up @@ -26,6 +26,7 @@ body {
height: 500px;
margin: 0px auto;
list-style: none;
overflow: scroll;
}

.author {
Expand Down
2 changes: 1 addition & 1 deletion client/css/screen.css
Expand Up @@ -13,7 +13,7 @@

/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;overflow:scroll;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
Expand Down

0 comments on commit ef980e7

Please sign in to comment.