瀏覽代碼

Minor style changes

main
Simon Bowie 3 年之前
父節點
當前提交
b5a71a5697
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. +5
    -5
      site/public/random_images.php
  2. +1
    -1
      site/public/titles.php

+ 5
- 5
site/public/random_images.php 查看文件

@@ -30,14 +30,14 @@ $random_doc_refs = ten_random_doc_refs();
foreach($random_doc_refs as $doc_ref):
?>

<iframe src="./ops_image.php?doc_ref=<?php echo $doc_ref ?>" width="100%" height="500px">
</iframe>
<iframe src="./ops_image.php?doc_ref=<?php echo $doc_ref ?>" width="100%" height="500px">
</iframe>

<br><br>
<br><br>

<?php
<?php
endforeach;
?>
?>

</div>
</body>

+ 1
- 1
site/public/titles.php 查看文件

@@ -24,7 +24,7 @@ $random_titles = ten_random_titles();
</head>
<body>

<div class="container-fluid">
<div class="container">
<?php

foreach ($random_titles as $record_array):

Loading…
取消
儲存