Skip to content

Commit

Permalink
Style multiple columns for picturetags.ik
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviusb committed Mar 24, 2012
1 parent 8423690 commit dcc1b29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions picturetags.ik
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
''(
(section(class: "fl")
(section(class: "fl quarter")
(h1 "PictureTags")
(p "A new kind of gallery program for android devices, modelled around tags rather than albums or folders."))
(section(class: "fl")
(section(class: "fl smaller third")
(h2 "Features")
(ul
(li "Tag tags as well as pictures")
Expand All @@ -14,7 +14,7 @@
(li "Fullscreen tag browsing: see the subtags, supertags and neighbour tags of a tag all at the same time")
(li "Single tap an image to see its name in an overlay; tap again to turn this off")
(li "Search for tags both in app and in the Android integrated platform search")))
(section(class: "fl")
(section(class: "fl smaller third")
(h2 "Future Development")
(p "We are working on a number of new features for the next releases.")
(ul
Expand Down
9 changes: 9 additions & 0 deletions skin.ik
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,13 @@ section h3 {
"font-size" => "150%",
"margin-bottom" => "0.6em"
}
$smaller {
"font-size" => "80%"
}
$third {
"max-width" => "33%"
}
$quarter {
"max-width" => "25%"
}
)

0 comments on commit dcc1b29

Please sign in to comment.