Repository: cayenne-website
Updated Branches:
  refs/heads/master ef5745c87 -> 4dfcbc1b4


Fix layout


Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/4dfcbc1b
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/4dfcbc1b
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/4dfcbc1b

Branch: refs/heads/master
Commit: 4dfcbc1b40466a237a7b5d441a40759e43c62132
Parents: ef5745c
Author: Nikita Timofeev <stari...@gmail.com>
Authored: Wed Jan 10 13:09:42 2018 +0300
Committer: Nikita Timofeev <stari...@gmail.com>
Committed: Wed Jan 10 13:09:42 2018 +0300

----------------------------------------------------------------------
 src/main/assets/styles/_cd.scss                 |  5 ++-
 src/main/assets/styles/main.scss                |  5 +++
 src/main/site/content/about/database-support.md | 45 +++++++++++---------
 3 files changed, 33 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4dfcbc1b/src/main/assets/styles/_cd.scss
----------------------------------------------------------------------
diff --git a/src/main/assets/styles/_cd.scss b/src/main/assets/styles/_cd.scss
index addbe59..5c27932 100644
--- a/src/main/assets/styles/_cd.scss
+++ b/src/main/assets/styles/_cd.scss
@@ -256,9 +256,12 @@
                        .table {
                                table-layout: fixed;
 
+                               td, th {
+                                       padding: $table-cell-padding-sm;
+                               }
+
                                td {
                                        word-wrap: break-word;
-                                       padding: $table-cell-padding-sm;
                                }
 
                                .halign-center {

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4dfcbc1b/src/main/assets/styles/main.scss
----------------------------------------------------------------------
diff --git a/src/main/assets/styles/main.scss b/src/main/assets/styles/main.scss
index 7608a37..2a8b7a9 100644
--- a/src/main/assets/styles/main.scss
+++ b/src/main/assets/styles/main.scss
@@ -518,3 +518,8 @@
                        }
                }
 
+               #db-support {
+                       td, th {
+                               padding: $table-cell-padding-sm;
+                       }
+               }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/4dfcbc1b/src/main/site/content/about/database-support.md
----------------------------------------------------------------------
diff --git a/src/main/site/content/about/database-support.md 
b/src/main/site/content/about/database-support.md
index 0dcdab0..a6f8425 100644
--- a/src/main/site/content/about/database-support.md
+++ b/src/main/site/content/about/database-support.md
@@ -1,27 +1,30 @@
 ---
 title: Database Support
 url: /database-support.html
+markup: mmark
 ---
 
-This page provides useful information about JDBC driver settings for various 
database. All databases below have custom Cayenne DbAdapters and are 
automatically recognized by Cayenne AutoAdapter.
+This page provides useful information about JDBC driver settings for various 
database. 
+All databases below have custom Cayenne DbAdapters and are automatically 
recognized by Cayenne AutoAdapter.
 
-Database                                 | Driver Name                         
   | Sample URL                                  | Notes         
------------------------------------------|----------------------------------------|---------------------------------------------|---------------
-[DB2](http://www.ibm.com/db2/)           | com.ibm.db2.jcc.DB2Driver           
   | jdbc:db2://127.0.0.1:50000/dbname           |               
-[Derby](http://db.apache.org/derby/)     | org.apache.derby.jdbc.ClientDriver  
   | jdbc:derby://127.0.0.1/testdb               | client/server 
-                                            | 
org.apache.derby.jdbc.EmbeddedDriver   | jdbc:derby:path-to-db-dir;create=true  
     | embedded      
-[FrontBase](http://www.frontbase.com/)   | jdbc.FrontBase.FBJDriver            
  | jdbc:FrontBase://127.0.0.1/dbname           |
-[HSQLDB](http://hsqldb.org/)             | org.hsqldb.jdbcDriver               
      | jdbc:hsqldb:hsql://127.0.0.1                | client/server 
-                                                | jdbc:hsqldb:                 
          | file:/path-to-hsql-db-files                 | embedded 
-[H2](www.h2database.com/)                | org.h2.Driver                       
      | jdbc:h2:mem:myTestMem;MVCC=TRUE             | embedded in-memory
-[Ingres](http://www.ingres.com/products/ingres-database.php)| 
com.ingres.jdbc.IngresDriver | jdbc:ingres://127.0.0.1:II7/dbname |             
  
-[MySQL](http://www.mysql.com/)           | com.mysql.jdbc.Driver               
   | jdbc:mysql://127.0.0.1/dbname                  |              
-[OpenBase](www.openbase.com)             | com.openbase.jdbc.ObDriver          
   | jdbc:openbase://127.0.0.1/dbname           |              
-[Oracle](http://www.oracle.com/)         | oracle.jdbc.driver.OracleDriver     
   | jdbc:oracle:thin:@//127.0.0.1:1521/dbname   |                 
-[PostgreSQL](http://www.postgresql.org/) | org.postgresql.Driver               
   | jdbc:postgresql://127.0.0.1:5432/dbname    |               
-[SQLite 3.*](http://www.sqlite.org/)     | org.sqlite.JDBC                     
   | jdbc:sqlite:path_to_dbfile                         | driver from zentus.com
-[SQLServer](http://www.microsoft.com/sqlserver)| 
[com.microsoft.sqlserver.jdbc.SQLServerDriver](http://msdn.microsoft.com/en-us/data/aa937724.aspx)
 | jdbc:sqlserver://127.0.0.1;databaseName=dbname   | Microsoft Driver
-                                            | 
com.microsoft.jdbc.sqlserver.SQLServerDriver | 
jdbc:microsoft:sqlserver://127.0.0.1;databaseName=dbname;SelectMethod=cursor | 
Microsoft Driver, SQL Server prior to 2005
-                                            | net.sourceforge.jtds.jdbc.Driver 
      | jdbc:jtds:sqlserver://127.0.0.1:5000/dbname | [jTDS 
Driver](http://jtds.sourceforge.net/) 
-[Sybase](http://www.sybase.com/)         | com.sybase.jdbc3.jdbc.SybDriver     
   | jdbc:sybase:Tds:127.0.0.1:5000/dbname       | Sybase driver  
-                                            | net.sourceforge.jtds.jdbc.Driver 
          | jdbc:jtds:sybase://127.0.0.1:5000/dbname;useLOBs=false;TDS=4.2 | 
[jTDS Driver](http://jtds.sourceforge.net/)
\ No newline at end of file
+{#db-support .table .table-bordered}
+Database                                 | Driver Name                         
                         | Sample URL                                           
             | Notes         
+-----------------------------------------|--------------------------------------------------------------|-------------------------------------------------------------------|-------------------------------
+[DB2](http://www.ibm.com/db2/)           | 
com.<wbr>ibm.<wbr>db2.<wbr>jcc.<wbr>DB2<wbr>Driver                | 
jdbc:<wbr>db2:<wbr>//127.0.0.1:<wbr>50000<wbr>/dbname             |             
  
+[Derby](http://db.apache.org/derby/)     | 
org.<wbr>apache.<wbr>derby.<wbr>jdbc.<wbr>Client<wbr>Driver  | 
jdbc:<wbr>derby:<wbr>//127.0.0.1<wbr>/testdb                      | 
client<wbr>/<wbr>server 
+                                            | 
org.<wbr>apache.<wbr>derby.<wbr>jdbc.<wbr>Em<wbr>bedded<wbr>Driver| 
jdbc:<wbr>derby:<wbr>path-to-<wbr>db-dir;<wbr>create=<wbr>true    | 
em<wbr>bedd<wbr>ed      
+[FrontBase](http://www.frontbase.com/)   | 
jdbc.<wbr>Front<wbr>Base.<wbr>FBJ<wbr>Driver                                | 
jdbc:<wbr>Front<wbr>Base:<wbr>//127.0.0.1<wbr>/dbname                  |
+[HSQLDB](http://hsqldb.org/)             | 
org.<wbr>hsqldb.<wbr>jdbc<wbr>Driver                                    | 
jdbc:<wbr>hsqldb:<wbr>hsql:<wbr>//127.0.0.1                       | 
client<wbr>/<wbr>server 
+                                                | jdbc:<wbr>hsqldb:            
                                | file:<wbr>/path-to-<wbr>hsql-db-<wbr>files    
                    | em<wbr>bedd<wbr>ed 
+[H2](www.h2database.com/)                | org.<wbr>h2.<wbr>Driver             
                            | 
jdbc:<wbr>h2:<wbr>mem:<wbr>myTestMem;<wbr>MVCC=<wbr>TRUE          | 
em<wbr>bedd<wbr>ed in-<wbr>me<wbr>mory
+[Ingres](http://www.ingres.com/products/ingres-database.php)| 
com.<wbr>ingres.<wbr>jdbc.<wbr>Ingres<wbr>Driver | 
jdbc:<wbr>ingres:<wbr>//127.0.0.1<wbr>:II7<wbr>/dbname     |               
+[MySQL](http://www.mysql.com/)           | 
com.<wbr>mysql.<wbr>jdbc.<wbr>Driver                         | 
jdbc:<wbr>mysql:<wbr>//127.0.0.1<wbr>/dbname                             |      
        
+[OpenBase](www.openbase.com)             | 
com.<wbr>open<wbr>base.<wbr>jdbc.<wbr>Ob<wbr>Driver                    | 
jdbc:<wbr>open<wbr>base:<wbr>//127.0.0.1<wbr>/dbname                       |    
          
+[Oracle](http://www.oracle.com/)         | 
oracle.<wbr>jdbc.<wbr>driver.<wbr>Oracle<wbr>Driver          | 
jdbc:<wbr>oracle<wbr>:thin:<wbr>@//127.0.0.1<wbr>:1521<wbr>/dbname|             
+[PostgreSQL](http://www.postgresql.org/) | 
org.<wbr>postgre<wbr>sql.<wbr>Driver                              | 
jdbc:<wbr>postgre<wbr>sql:<wbr>//127.0.0.1<wbr>:5432<wbr>/dbname            |   
            
+[SQLite 3.*](http://www.sqlite.org/)     | org.<wbr>sqlite.<wbr>JDBC           
                         | jdbc:<wbr>sqlite:<wbr>path_<wbr>to_<wbr>dbfile       
                | driver from zentus<wbr>.com
+[SQLServer](http://www.microsoft.com/sqlserver)| 
[com.<wbr>microsoft.<wbr>sqlserver.<wbr>jdbc.<wbr>SQLServer<wbr>Driver](http://msdn.microsoft.com/en-us/data/aa937724.aspx)|
 
jdbc:<wbr>sql<wbr>server:<wbr>//127.0.0.1;<wbr>data<wbr>base<wbr>Name=<wbr>dbname
        | Micro<wbr>soft Driver
+                                            | 
com.<wbr>micro<wbr>soft.<wbr>jdbc.<wbr>sql<wbr>server.<wbr>SQL<wbr>Server<wbr>Driver
  | 
jdbc:<wbr>micro<wbr>soft:<wbr>sql<wbr>server:<wbr>//127.0.0.1<wbr>;data<wbr>base<wbr>Name<wbr>=dbname;<wbr>Select<wbr>Method<wbr>=cursor
 | Micro<wbr>soft Driver, SQL Server prior to 2005
+                                            | 
net.<wbr>source<wbr>forge.<wbr>jtds.<wbr>jdbc.<wbr>Driver    | 
jdbc:<wbr>jtds:<wbr>sql<wbr>server:<wbr>//127.0.0.1<wbr>:5000<wbr>/dbname  | 
[jTDS Driver](http://jtds.sourceforge.net/) 
+[Sybase](http://www.sybase.com/)         | 
com.<wbr>sybase.<wbr>jdbc3.<wbr>jdbc.<wbr>Syb<wbr>Driver          | 
jdbc:<wbr>sybase:<wbr>Tds:<wbr>127.0.0.1<wbr>:5000<wbr>/dbname    | Sy<wbr>base 
driver  
+                                            | 
net.<wbr>source<wbr>forge.<wbr>jtds.<wbr>jdbc.<wbr>Driver        | 
jdbc:<wbr>jtds:<wbr>sybase:<wbr>//127.0.0.1<wbr>:5000<wbr>/dbname;<wbr>useLOBs=<wbr>false;<wbr>TDS=4.2
 | [jTDS Driver](http://jtds.sourceforge.net/)
\ No newline at end of file

Reply via email to