diff options
author | Daniel Jones <daniel@danieljon.es> | 2017-12-22 20:34:02 -0500 |
---|---|---|
committer | Daniel Jones <daniel@danieljon.es> | 2017-12-22 20:34:02 -0500 |
commit | 42bcdc03463dee8f69c05e14952c2a6a3ecffc44 (patch) | |
tree | 0f918e2c170be18895c51b6071c96169465ecddb | |
parent | 5a146b4764d397ebf84cef4c12507cd940a2cc13 (diff) | |
parent | c67d923b47838db993ef4d39e9a894d2471bfbc2 (diff) | |
download | website-42bcdc03463dee8f69c05e14952c2a6a3ecffc44.tar.gz website-42bcdc03463dee8f69c05e14952c2a6a3ecffc44.zip |
Merge branch 'master' of /home/daniel/git/website
merge template change
-rw-r--r-- | template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.txt b/template.txt index cae09b9..51bfa6e 100644 --- a/template.txt +++ b/template.txt @@ -18,7 +18,7 @@ img{max-width: 100%; max-height: 100%; overflow: hidden;} h1,h2,h3,h4{padding-left: 5px; !important;} div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;} div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;} -.content{border: 1px solid black; border-radius: 5px; padding-left: 15px; padding-right: 15px; background: #eeeeec;} +.content{border: 1px solid black; border-radius: 5px; padding-top: 15px; padding-bottom: 15px; padding-left: 15px; padding-right: 15px; background: #eeeeec;} </style> </head> <body> |