Kaynağa Gözat

Have two copies of minimal.css for now.

To ease the transition.


[SVN r63457]
Daniel James 16 yıl önce
ebeveyn
işleme
a26f65b92f
1 değiştirilmiş dosya ile 29 ekleme ve 0 silme
  1. 29 0
      doc/html/minimal.css

+ 29 - 0
doc/html/minimal.css

@@ -0,0 +1,29 @@
+/*
+
+  © Copyright Beman Dawes, 2007
+
+  Distributed under the Boost Software License, Version 1.0.
+  See www.boost.org/LICENSE_1_0.txt
+  
+*/
+
+/*******************************************************************************
+      Body
+*******************************************************************************/
+
+body    { font-family: sans-serif; margin: 1em; }
+
+/*******************************************************************************
+      Table
+*******************************************************************************/
+
+table   { margin: 0.5em; }
+
+/*******************************************************************************
+      Font sizes
+*******************************************************************************/
+
+p, td, li, blockquote { font-size: 10pt; }
+pre     { font-size: 9pt; }
+
+/*** end ***/

粤ICP备19079148号