mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-14 15:25:52 +10:00
add missed css file(s) in tweet
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
.tweet,
|
||||
.query {
|
||||
font: 120% Georgia, serif;
|
||||
color: #085258;
|
||||
}
|
||||
|
||||
.tweet_list {
|
||||
-webkit-border-radius: 0.5em;
|
||||
-moz-border-radius: 0.5em;
|
||||
border-radius: 0.5em;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-y: hidden;
|
||||
background-color: #8ADEE2;
|
||||
}
|
||||
|
||||
.tweet_list li {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding: 0.5em;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.tweet_list li a {
|
||||
color: #0C717A;
|
||||
}
|
||||
|
||||
.tweet_list .tweet_even {
|
||||
background-color: #91E5E7;
|
||||
}
|
||||
|
||||
.tweet_list .tweet_avatar {
|
||||
padding-right: .5em; float: left;
|
||||
}
|
||||
|
||||
.tweet_list .tweet_avatar img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.query,.tweet{font:120% Georgia,serif;color:#085258}.tweet_list{-webkit-border-radius:.5em;-moz-border-radius:.5em;border-radius:.5em;list-style:none;margin:0;padding:0;overflow-y:hidden;background-color:#8ADEE2}.tweet_list li{overflow-y:auto;overflow-x:hidden;padding:.5em;list-style-type:none}.tweet_list li a{color:#0C717A}.tweet_list .tweet_even{background-color:#91E5E7}.tweet_list .tweet_avatar{padding-right:.5em;float:left}.tweet_list .tweet_avatar img{vertical-align:middle}
|
||||
Reference in New Issue
Block a user