summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2022-08-19 16:15:34 -0500
committerCase Duckworth2022-08-19 16:15:34 -0500
commitb17cad7ecf59280fea6d774ca9db839151778fe6 (patch)
tree8819ce6e336c667c59661d2d2876640f0c34ce2b /style.css
parentPaginate (diff)
downloadfwendplanet-b17cad7ecf59280fea6d774ca9db839151778fe6.tar.gz
fwendplanet-b17cad7ecf59280fea6d774ca9db839151778fe6.zip
clearfix
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css index 2e59c5d..d9c02e2 100644 --- a/style.css +++ b/style.css
@@ -72,6 +72,10 @@ time,
72 float: right; 72 float: right;
73} 73}
74 74
75.clearfix {
76 clear: both;
77}
78
75.links { 79.links {
76 float: right; 80 float: right;
77} 81}