Skip to content

Commit d146925

Browse files
author
pjkaufman
committed
attempted to fix README center alignment issue
1 parent ca73ef6 commit d146925

28 files changed

Lines changed: 39 additions & 39 deletions

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Make sure that Python and the jre paths have been added to your PATH variable.
5656
Two Connection Database Comparison
5757
<p>This type of database comparison connects to two databases and compares them yeilding the SQL statements to make them the same.</p>
5858
<p>When this option is selected in the application it will take you to the following screen:
59-
<center>
59+
<div style="text-align:center">
6060
<img src="UserGuides\images\twoDBComparison.png" alt="Two Database Comparison Screen" height = "300"/>
61-
</center>
61+
</div>
6262
Fill out each of the needed fields and click Compare. <br>
6363
<i>Note: the default port for MYSQL is 3306 and that the development database information goes on the LEFT and the live database information goes on the RIGHT</i>
6464
</p>
@@ -67,9 +67,9 @@ Make sure that Python and the jre paths have been added to your PATH variable.
6767
One Connection Database Comparison
6868
<p>This type of database comparison connects to one database and uses a serialized file to compare them yeilding the SQL statements to make them the same.</p>
6969
<p>When this option is selected in the application it will take you to the following screen:
70-
<center>
70+
<div style="text-align:center">
7171
<img src="UserGuides\images\oneDBComparison.png" alt="One Database Comparison Screen" height = "300"/>
72-
</center>
72+
</div>
7373
Fill out each of the needed fields and click Compare. <br>
7474
<i>Note: the default port for MYSQL is 3306 and that the development database is the serialized database</i>
7575
</p>
@@ -78,9 +78,9 @@ Make sure that Python and the jre paths have been added to your PATH variable.
7878
Database Snapshot
7979
<p>A database snapshot is where a "copy" of the schema structure for the database is written to a serialized file for later use. It stores information such as tables, indexes, views, columns, and other pertinent data for database comparisons.</p>
8080
<p>When this option is selected in the application it will take you to the following screen:
81-
<center>
81+
<div style="text-align:center">
8282
<img src="UserGuides\images\takeDBSnapshot.png" alt="Database Snapshot Screen" height = "300"/>
83-
</center>
83+
</div>
8484
Fill out each of the needed fields and click Snapshot. <br>
8585
<i>Note: the default port for MYSQL is 3306, and this option is for the development database</i>
8686
</p>
@@ -89,18 +89,18 @@ Make sure that Python and the jre paths have been added to your PATH variable.
8989
Review Last Set of SQL Statements
9090
<p>This option allows the user to see the last set of SQL statements that were run.</p>
9191
<p>After selecting this option, you will see something similar to this:
92-
<center>
92+
<div style="text-align:center">
9393
<img src="UserGuides\images\lastSQLSet.png" alt="Last Set of SQL Statments Generated" height = "300"/>
94-
</center>
94+
</div>
9595
</p>
9696
</li>
9797
<li>
9898
Review Logs
9999
<p>The review logs contain information such as stack traces for errors that have occured or how long a database comparison or SQL run took.</p>
100100
<p>After selecting this option, you will see something similar to this:
101-
<center>
101+
<div style="text-align:center">
102102
<img src="UserGuides\images\runLog.png" alt="Run Logs" height = "300"/>
103-
</center>
103+
</div>
104104
</p>
105105
</li>
106106
</ol>
@@ -132,9 +132,9 @@ When prompted by the script for a routine to run, type 'run'.
132132

133133
If there are no errors you will see the following GUI:
134134

135-
<center>
135+
<div style="text-align:center">
136136
<img src="UserGuides\images\runResult.png" alt="Database Difference Checker Home" height = "300"/>
137-
</center>
137+
</div>
138138

139139
### Testing
140140

docs/allclasses-frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:49:07 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:52:43 EST 2019 -->
66
<title>All Classes</title>
77
<meta name="date" content="2019-03-06">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/allclasses-noframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:49:07 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:52:43 EST 2019 -->
66
<title>All Classes</title>
77
<meta name="date" content="2019-03-06">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/constant-values.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:49:07 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:52:42 EST 2019 -->
66
<title>Constant Field Values</title>
77
<meta name="date" content="2019-03-06">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/dbdiffchecker/Column.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:49:02 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:52:38 EST 2019 -->
66
<title>Column</title>
77
<meta name="date" content="2019-03-06">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">

docs/dbdiffchecker/DBCompare.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:49:04 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:52:40 EST 2019 -->
66
<title>DBCompare</title>
77
<meta name="date" content="2019-03-06">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">

docs/dbdiffchecker/DB_Diff_Checker_GUI.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:49:04 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:52:39 EST 2019 -->
66
<title>DB_Diff_Checker_GUI</title>
77
<meta name="date" content="2019-03-06">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">

docs/dbdiffchecker/Database.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:49:02 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:52:38 EST 2019 -->
66
<title>Database</title>
77
<meta name="date" content="2019-03-06">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">

docs/dbdiffchecker/DatabaseDiffernceCheckerException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:49:03 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:52:38 EST 2019 -->
66
<title>DatabaseDiffernceCheckerException</title>
77
<meta name="date" content="2019-03-06">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">

docs/dbdiffchecker/DbConn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:49:04 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 06 09:52:40 EST 2019 -->
66
<title>DbConn</title>
77
<meta name="date" content="2019-03-06">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)