From 0ac2b3432ed01d597c313fbfb18c770294a92a34 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Wed, 25 Mar 2015 14:59:25 -0700 Subject: [PATCH] Revert "Merge pull request #20 from yoshuawuyts/patch-1" This reverts commit f1392f14cbd4117658e244c77255998a7285fcae, reversing changes made to cea0fe9df2f997142987417b88b1752c144bad40. --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 39e966f..0ee1c73 100644 --- a/css/style.css +++ b/css/style.css @@ -12,7 +12,7 @@ table {text-align: left; width: 100%} th {padding: 10px 0px;} - td, text {padding: 3px 18px 3px 0px; font-size: 14px;} + td, text {padding: 3px 20px 3px 0px; font-size: 14px;} #tableFilter {margin: 12px 0px; border: none; border-bottom: 1px solid #333; background-color: transparent; padding: 0px; font-family: Merriweather; color: #fff; font-size: 13px; height: 22px;} .noMatches {margin-left: 20px; font-size: 11px; font-style: italic; visibility: hidden;} @@ -50,4 +50,4 @@ .leaflet-popup-content {font-family: Merriweather;} .leaflet-popup-content h2 {margin-bottom: 4px;} - img.petThumbs {height: 80px; width: 80px; border-radius: 1000px;} + img.petThumbs {height: 80px; width: 80px; border-radius: 1000px;} \ No newline at end of file