1
0
mirror of https://github.com/dg/dibi.git synced 2025-10-23 10:46:07 +02:00

examples: added CSS style

This commit is contained in:
David Grudl
2010-08-03 12:28:07 +02:00
parent 6e35a783c7
commit 65dba03652
17 changed files with 93 additions and 31 deletions

View File

@@ -1,8 +1,7 @@
<style>
pre.dibi { padding-bottom: 10px; }
</style>
<!DOCTYPE html><link rel="stylesheet" href="data/style.css">
<h1>dibi SQL builder example</h1>
<pre>
<?php
require_once 'Nette/Debug.php';