Skip to content

Commit

Permalink
CSS update for PrettyPinboard theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rayfranco committed Apr 26, 2012
1 parent adadf82 commit 0f8ea34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion css/themes/prettypinboard.css
Expand Up @@ -71,9 +71,19 @@ a, a:visited {
#banner a {
color: #fff !important;
}
#main_column, #right_bar {
#main_column, #right_bar, #right_column, #note_right_column, #import_history_table, #profile_left_column, #profile_right_column {
margin-top: 60px;
}
#import_history_table {
border: 0 !important;
}
#import_history_table caption {
border-bottom: 1px solid #aaa;
display: table-caption !important;
color: #2761b0;
height: 18px;
text-align: center;
}
#main_column b {
font-size: 150% !important;
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -12,7 +12,7 @@
"default_icon": "img/browser.png",
"default_popup": "popup.html"
},
"content_scripts": [ // TEMP
"content_scripts": [
{
"matches": ["*://*.pinboard.in/*"],
"css": ["css/themes/prettypinboard.css"]
Expand Down

0 comments on commit 0f8ea34

Please sign in to comment.