Create social.css

added css/social.css
This commit is contained in:
deepend-tildeclub 2023-07-24 23:45:03 -06:00 committed by GitHub
parent e3964f5eb6
commit d95addc7c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
h1 {font-weight:normal;}
body {margin:5em;background:white;}
table {border-collapse:collapse;}
a {text-decoration:none;}
td {vertical-align:top;margin:.5px;border-bottom:1px solid #ccc;font-family:Trebuchet MS; font-size:9pt;
padding:1em;
line-height:149%;
}
td.user {font-weight:bold; text-align:right;}
td.linkedby {width:100px;color:#888;text-align:center;}