diff options
author | dan <[email protected]> | 2023-02-28 11:31:48 -0500 |
---|---|---|
committer | dan <[email protected]> | 2023-02-28 11:31:48 -0500 |
commit | 6eb21540a594cfb4df7a931c8ac945728a6fd976 (patch) | |
tree | 0187da16db5f59a7bde03344f48da546d333e062 /style.css | |
parent | cb1b352f44655a5ac0d4113b32b8b42a7f7e9dc5 (diff) | |
download | 54-6eb21540a594cfb4df7a931c8ac945728a6fd976.tar.gz 54-6eb21540a594cfb4df7a931c8ac945728a6fd976.tar.bz2 54-6eb21540a594cfb4df7a931c8ac945728a6fd976.zip |
implement delete button
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -98,8 +98,8 @@ tr:nth-child(even) { margin-top: 2px; } -.author { - font-size: 12pt; +.post-info { + font-size: 0.8em; } .new-post-form { @@ -152,3 +152,9 @@ textarea { font-size: 1em; font-family: Lato, FreeSans, Roboto, Helvetica, Sans-Serif; } + +.delete-button { + margin-left:2px; + float:right; + font-size:0.8em +} |