X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fwamblee%2Fphotos%2Fwicket%2Fphotos.css;h=4c08befdd724f8ca741395e15c27fc9c4d861a38;hb=8c73cdd2b64e2bb86183a21e175fd0a14717529c;hp=eaa78ec393e945317d204d7e6d6c4322c779e71a;hpb=8845e7fe6141ccc98fd070ee4e653941f6e60508;p=photos diff --git a/src/main/java/org/wamblee/photos/wicket/photos.css b/src/main/java/org/wamblee/photos/wicket/photos.css index eaa78ec..4c08bef 100644 --- a/src/main/java/org/wamblee/photos/wicket/photos.css +++ b/src/main/java/org/wamblee/photos/wicket/photos.css @@ -1,8 +1,6 @@ /* general */ body { - font-family: Arial, Helvetica, sans-serif; - list-style-type: square; - font-size: 20px; + font-family: sans-serif; } /* menu styling */ @@ -79,32 +77,28 @@ ul.feedbackPanel { font-size: 24px; } -#content table { - text-align: left; -} - -#content th, #content td { +#photos th, #content td { vertical-align: top; padding: 10px; } -.entries a { - display: block; - float: left; - font-size: 24px; - margin-left: 10%; - margin-right: 24px; - line-height: 34px; - width: 100%; +#photos table { + font-size: small; + text-align: left; + border-collapse: collapse; + border-spacing: 0px; } -.entries .index { - display: block; - float: left; - font-size: 30px; - width: 100%; - margin-top: 10px; +#photoentry { + padding: 0.2em; + border: 1px; + border: 1px; + border-style: solid; + border-bottom-color: gray; } +#photos img { + display: block; +} - +} \ No newline at end of file