Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2017-12-04 05:21:39 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-12-04 05:21:39 +0300
commit93b5e1cafb5e83d5629b90ba5952b117db0fa347 (patch)
treefa4e0029ece0b62654d5061faee0ffbe2ec8db29
parent8dc77fd336233ed709c41e20be7e7821d271a10b (diff)
Rounded edges
-rwxr-xr-xstatic/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index b9fc5b8..dc3d43d 100755
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -176,6 +176,7 @@ table th {
img {
width: 100%;
+ border-radius: 25px;
}