From defc4529afbed56a9c2ab906dee1b97eb2381066 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 30 Sep 2012 22:47:59 -0500 Subject: make the github stuff look a lot nicer --- root/static/style.css | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) (limited to 'root/static/style.css') diff --git a/root/static/style.css b/root/static/style.css index a4eed76..d6337e4 100644 --- a/root/static/style.css +++ b/root/static/style.css @@ -132,8 +132,70 @@ a:visited { margin : 0px; padding : 2px; font-size : medium; + text-align : center; +} + +.github h5 { + background-color : #58a; + border : 1px solid; + margin : 8px 16px; + padding : 2px; + font-size : x-small; + text-align : center; +} + +.github .actions { + border : 1px solid; + float : left; } .github ul { - padding : 0px 16px; + padding : 0px; + list-style-type : none; +} + +#github-activity { + padding : 0px; + margin : 0px; +} + +.github li { + float : left; + width : 100%; +} + +.github .action.odd { + background-color : #fff; +} + +.github .action { + background-color : #ddd; + margin : 0px; + padding : 4px; + float : left; +} + +.github .date ul { + margin-right : 8px; + clear : left; +} + +.github dl { + margin : 4px 0px; +} + +.github dt { + padding : 0px 8px; + float : left; + clear : left; + margin : 0px; + width : 3em; +} + +.github dd { + float : left; + padding : 0px; + padding-left : 4px; + margin : 0px; + width : 176px; } -- cgit v1.2.3-54-g00ecf