From d737886596f66f5b1d311010caafbb24f2af5d2e Mon Sep 17 00:00:00 2001
From: ands <ands@andspad.(none)>
Date: Sun, 5 Dec 2010 22:50:29 +0100
Subject: [PATCH] css: links und auflistungen

---
 webroot/css/widget.css | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/webroot/css/widget.css b/webroot/css/widget.css
index bdf244c..bad45fa 100644
--- a/webroot/css/widget.css
+++ b/webroot/css/widget.css
@@ -1,5 +1,38 @@
 body { background-color:#261C13; }
 
+li {
+	overflow-x: hidden;
+	overflow-y: auto;
+	padding: 0.5em;
+}
+a,a:hover,a:visited,a:active {
+	text-decoration:none;
+	font-family: inherit;
+	font-size: 1em;
+	font-style: normal;
+	color: #aaaaaa;
+}
+img { vertical-align: middle; }
+
+/*.tweet, .query {
+    color: #085258;
+    font-family: Georgia,serif;
+    font-size: 120%;
+}
+.tweet_list {
+    background-color: #8ADEE2;
+    list-style-type: none;
+    margin: 0;
+    padding: 0;
+}
+.tweet_even {
+    background-color: #91E5E7;
+}
+.tweet_avatar {
+    float: left;
+    padding-right: 0.5em;
+}*/
+
 /* widget */
 .widget, .widget td, .widget div {
 	font-family:Lucida Grande, Lucida Sans Unicode, Calibri, Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
-- 
GitLab