Skip to content

Commit

Permalink
Convert tabs to spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpederson committed May 11, 2019
1 parent 889c181 commit f5c9bce
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions example.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,63 +6,63 @@
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700');

.twitter-aggregator {
font-family: Open Sans, sans-serif;
font-weight: 300;
max-width: 500px;
margin: 0 auto;
border: 1px solid #aaa;
padding: 20px;
font-family: Open Sans, sans-serif;
font-weight: 300;
max-width: 500px;
margin: 0 auto;
border: 1px solid #aaa;
padding: 20px;
}

@media screen and ( min-height: 700px ) {
.twitter-aggregator {
max-height: 700px;
overflow: scroll;
}
.twitter-aggregator {
max-height: 700px;
overflow: scroll;
}
}

.twitter-aggregator-tweet {
margin-bottom: 30px;
color: #666;
margin-bottom: 30px;
color: #666;
}

.twitter-aggregator-tweet a {
color: #38914a;
text-decoration: none;
color: #38914a;
text-decoration: none;
}

.twitter-aggregator-tweet a:hover {
text-decoration: underline;
text-decoration: underline;
}

.twitter-aggregator-tweet-profile-pic {
float: left;
margin: 0 10px 10px 0;
float: left;
margin: 0 10px 10px 0;
}

.twitter-aggregator-tweet-profile-name {
font-size: 16px;
line-height: 28px;
margin: 0;
font-weight: 700;
font-size: 16px;
line-height: 28px;
margin: 0;
font-weight: 700;
}

@media screen and ( min-width: 400px ) {
.twitter-aggregator-tweet-profile-name {
font-size: 20px;
}
.twitter-aggregator-tweet-profile-name {
font-size: 20px;
}
}


.twitter-aggregator-tweet-time {
font-size: 14px;
line-height: 20px;
color: #aaa;
font-size: 14px;
line-height: 20px;
color: #aaa;
}

.twitter-aggregator-tweet-text {
clear: left;
font-size: 14px;
line-height: 20px;
clear: left;
font-size: 14px;
line-height: 20px;
}

4 changes: 2 additions & 2 deletions example.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// generate an aggregator object
$ta = new twitterAggregator( array(

// twitter API consumer key, secret, and oath token and oauth secret
// twitter API consumer key, secret, and oath token and oauth secret
'consumer_key' => "UFBxe5cHwmGbDxHf3H9jDAGar",
'consumer_secret' => "HSozmjgxMvNa74D8Sz5RL6Nav56uK0LKLvIvUu6FAgjNH7uClt",
'oauth_access_token' => "29196496-q1Wllv60i94w1Wlpt6Ztzimfu5IvQOxOcxt8uwEN1",
Expand All @@ -22,7 +22,7 @@
// set the number of tweets to show
'count' => 10,

// set an update interval (minutes)
// set an update interval (minutes)
'update_interval' => 10,

// set the cache directory name/path
Expand Down

0 comments on commit f5c9bce

Please sign in to comment.