Skip to content

Commit

Permalink
Adding App Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Dec 11, 2009
1 parent fd7502c commit 7243667
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
Binary file modified Resources/android/appicon.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions Resources/css/twitter.css
Expand Up @@ -150,6 +150,12 @@ html, body {
-webkit-border-bottom-right-radius: 4px;
}

#timeline ul li.favorite {
background-image: url(fav.png);
background-repeat: no-repeat;
background-position: 5px 5px;
}

.hide-proimage #timeline ul li img,
.hide-proimage #timeline ul li.mine img {
display: none;
Expand Down Expand Up @@ -261,3 +267,31 @@ html, body {
height: 50px;
}

#about {
text-align: left;
margin: 1em;
background-color: #fff;
-webkit-border-radius: 4px;
padding: 1em;
}

#about h1 {
font-weight: bold;
font-size: 18px;
}
#about img {
height: 128px;
width: 128px;
}

#about p {
margin: 1em;
}

#about ul {
margin: 1em;
}
#about ul li {
margin-left: 30px;
list-style-type: square;
}
Binary file modified Resources/default_app_logo.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7243667

Please sign in to comment.