diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-20 16:14:04 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-20 16:14:04 +0200 |
commit | c140e56db162755d7f85e89306236a0a09bf4e35 (patch) | |
tree | ff2fc4a2d21c926fefb564a4e1e59458ebcdbfe4 /styles/utility.css | |
parent | 319938d57b8cd225de1dd3f63433f6561f92311e (diff) |
site not longer broken (i think) still some inline css remains....
Diffstat (limited to 'styles/utility.css')
-rw-r--r-- | styles/utility.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/styles/utility.css b/styles/utility.css index d3c5897..0ff6b10 100644 --- a/styles/utility.css +++ b/styles/utility.css @@ -43,6 +43,9 @@ .valigntop { vertical-align: top; } .valignsup { vertical-align: super; } +.cpointer { cursor: pointer; } +.cdefault { cursor: default; } + .center { text-align: center; } .floatr { float: right; } |