update with descriptions formatting

This commit is contained in:
2014-08-17 19:54:17 -04:00
parent f37ddeff03
commit 914890a453
2 changed files with 32 additions and 40 deletions

View File

@@ -44,13 +44,12 @@ ul.nav li a:hover {border-bottom: 1px #FD9393 solid;}
.leaflet-popup-content h2 {font-family: Lato; font-size: 14px; text-transform: uppercase;}
#rightSide {height: 400px; max-width: 350px; width: 100%; float: right; padding-top: 5px;}
#rightSide {max-width: 350px; width: 100%; float: right; padding-top: 5px;}
#selectedSpot {display: none;}
#latestSpot ul, #selectedSpot ul {list-style: none; margin-top: 12px 0px; padding: 0px;}
.category {text-transform: uppercase; font-size: 9px; letter-spacing: .2em; padding-right: 6px;}
#info p {font-size: 14px; padding: 4px; line-height: 19px; font-weight: 300;}
#info {border-top: 4px #F8F8F8 solid;}
#info p {font-size: 14px; padding: 4px; line-height: 19px; font-weight: 300; max-width: 530px; min-width: 300px; }
#hackSpotsTable {cursor: pointer; background: #fff; overflow-x: auto; padding-bottom: 20px;}
#hackSpotsTable table {min-width: 900px;}