diff --git a/src/css/style.css b/src/css/style.css index fb2a5fe..9a21c9d 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -171,4 +171,21 @@ pre { .card-stacked { width: 100%; +} + +.list>li { + list-style-type: circle !important; + margin-left: 20px; +} + +.underConstruction { + color:#999999; +} + +.flow-card { + height: 550px; +} + +.section-header { + text-align: center; } \ No newline at end of file diff --git a/src/flow/code-1.html b/src/flow/code-1.html index 12d467a..d820959 100644 --- a/src/flow/code-1.html +++ b/src/flow/code-1.html @@ -109,7 +109,7 @@
Send request + href="#">Authenticate
@@ -119,10 +119,8 @@ + + - \ No newline at end of file + diff --git a/src/js/load-layout.js b/src/js/load-layout.js new file mode 100644 index 0000000..b47dd02 --- /dev/null +++ b/src/js/load-layout.js @@ -0,0 +1,2 @@ +$(".page-footer").load("layout/footer.html"); +$("#page-header").load("layout/header.html"); \ No newline at end of file diff --git a/src/layout/footer.html b/src/layout/footer.html index 55ff65b..19fb74c 100644 --- a/src/layout/footer.html +++ b/src/layout/footer.html @@ -18,7 +18,6 @@