diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 6174cb9..7dec7b2 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -1,12 +1,4 @@ -.tag -{ - color: #1b5e20; /* green darken-4 */ - background-color: #c8e6c9; /* green lighten-3 */ - padding: 2px; - border-radius: 5px; -} - /* label color */ .input-field label { color: #000; @@ -48,3 +40,8 @@ { color: #1b5e20; /* green darken-4 */ } + + .card.tiny + { + height: 160px; + } diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 663ef6b..adf618e 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -68,7 +68,7 @@
{{ bookmark.created_date.strftime("%m/%d/%Y %H:%M") }}
#} -