From d95addc7c4c45f734ef4cd2a00ab06ff77bedc11 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Mon, 24 Jul 2023 23:45:03 -0600 Subject: [PATCH] Create social.css added css/social.css --- pages/list-html-connections/css/social.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pages/list-html-connections/css/social.css diff --git a/pages/list-html-connections/css/social.css b/pages/list-html-connections/css/social.css new file mode 100644 index 0000000..a11c335 --- /dev/null +++ b/pages/list-html-connections/css/social.css @@ -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;}