Browse Source

switched to markdown extra, with table styling

Dayle Rees 12 years ago
parent
commit
27b0b321ac
2 changed files with 1253 additions and 27 deletions
  1. 1226 27
      bundles/docs/libraries/markdown.php
  2. 27 0
      public/laravel/css/style.css

File diff suppressed because it is too large
+ 1226 - 27
bundles/docs/libraries/markdown.php


+ 27 - 0
public/laravel/css/style.css

@@ -161,6 +161,33 @@ div.home>h2 {
 	margin-top: 30px;
 }
 
+.content table
+{
+	border-collapse:collapse
+	border:1px solid #eee;
+	width:100%;
+	line-height:1.5em;
+}
+
+.content table code
+{
+	background-color:transparent;
+	font-size:0.9em;
+}
+
+.content table td, .content table th
+{
+	border:1px solid #eee;
+	padding:0.5em 0.7em;
+	vertical-align:middle;
+	text-align:left;
+}
+
+.content table th
+{
+	background-color:#f5f5f5;
+}
+
 .content li
 {
 	line-height:1.5em;

Some files were not shown because too many files changed in this diff