Few changes

This commit is contained in:
Akamaru 2015-02-27 20:59:37 +01:00
parent af6405c6ff
commit de4a88d5e0
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ $img = getRandomFromArray($imgList);
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<div class="text-center"><p style="font-size:xx-large;">Press F5 for another pic!</p></div>
<!-- image displays here -->
<div class="pic-center">
<img src="<?php echo $path . $img ?>" alt="" />

View File

@ -9,3 +9,4 @@ p { max-width: 60em; }
a img { border:none; }
.pic-center { text-align: center; }
.text-center {text-align: center;}