fixes
This commit is contained in:
parent
d153b2ac84
commit
5fe709ec1f
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<HTML>
|
||||
<?php include 'header.php'; ?>
|
||||
<div class="content">
|
||||
<?php $newsFile = file("vijesti.csv");
|
||||
<?php $newsFile = file($openShiftFolder."vijesti.csv");
|
||||
foreach ($newsFile as $news) {?>
|
||||
<div class="news">
|
||||
<?php
|
||||
|
|
1
stil.css
1
stil.css
|
@ -166,6 +166,7 @@ border-color: transparent transparent transparent #1199CC;
|
|||
}
|
||||
|
||||
.contactForm textarea {
|
||||
width: 80%
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
margin-left: 30px;
|
||||
|
|
Loading…
Add table
Reference in a new issue