This repository has been archived by the owner on May 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Timeline notification now updates photo caption instead of inserting …
…new item; fixed potential XSS; updated page layout.
- Loading branch information
Showing
3 changed files
with
129 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* Add some padding to shift the body down underneath the navbar. */ | ||
body { | ||
padding-top: 60px; | ||
} | ||
|
||
@media (max-width: 980px) { | ||
body { | ||
padding-top: 0; | ||
} | ||
} | ||
|
||
/* Get rid of margin under form controls that are in table cells. */ | ||
table td form, table td input[type='text'], table td button { | ||
margin-bottom: 0; | ||
} | ||
|
||
img.button-icon { | ||
width: 60px; | ||
} |