Skip to content

Commit

Permalink
fix for photo gallery title binding. style strong element for markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
focusaurus committed Mar 2, 2014
1 parent ab2ad4c commit 547e1f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/photos/viewGallery.jade
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ block body
I enjoyed writing and maintaining my own photo software for a decade or so,
but it's time to move on.
.galleryApp(data-ng-app="photos", data-ng-controller="GalleryController", data-ng-cloak)
h1#photo(data-ng-bind="Photo Gallery: {{gallery.displayName}}")
h1#photo Photo Gallery: {{gallery.displayName}}
#nextPrev
a(href="{{previousPhoto.pageURI}}", data-ng-if="previousPhoto") <<previous 
a(href="{{nextPhoto.pageURI}}", data-ng-if="nextPhoto") next>>
Expand Down
3 changes: 3 additions & 0 deletions app/site/screen.styl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ a
h1, h2, h3
color $colorHeader

strong
font-weight bold

////////// lists //////////
li
margin-left 2em
Expand Down

0 comments on commit 547e1f4

Please sign in to comment.