diff --git a/application/views/gallery.php b/application/views/gallery.php index 00fe8d6..900257f 100644 --- a/application/views/gallery.php +++ b/application/views/gallery.php @@ -1,4 +1,6 @@ +
@@ -6,4 +8,9 @@
+ +
+ + \ No newline at end of file diff --git a/css/style.css b/css/style.css index 5c2c944..d4509f9 100644 --- a/css/style.css +++ b/css/style.css @@ -253,6 +253,13 @@ h1{ margin-top: 25px; box-shadow: 0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1); + + margin-bottom: 25px; +} + +#message a { + color: #000; + font-weight: bold; } @@ -302,4 +309,8 @@ h1{ margin: 5px; position: relative; text-align: center; +} + +.pagination { + text-align: center; } \ No newline at end of file