Skip to content

Commit

Permalink
Better spacing on the photo gallery page
Browse files Browse the repository at this point in the history
  • Loading branch information
schuster committed Oct 29, 2013
1 parent 43ca1a5 commit cdba1ed
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions site/static/prl.css
Expand Up @@ -71,11 +71,6 @@ h2 {
margin-bottom: 0.5ex;
}

h3 {
margin-top: 1ex;
margin-bottom: 0.5ex;
}

p {
margin-top: 0.5ex;
text-align: justify;
Expand Down Expand Up @@ -110,7 +105,17 @@ p {
margin-left: 0.2em;
}

.mainstream table tbody tr {

vertical-align: top;
}

.mainstream table tbody tr td {
padding-bottom: 20px;
padding-right: 15px;
}

/* if the scrollbar appears and disappears, it bounces
the sidebar back and forth; so always show it */

html { overflow-y: scroll; }
html { overflow-y: scroll; }

0 comments on commit cdba1ed

Please sign in to comment.