diff --git a/README.md b/README.md index 62c809d..a9e39a4 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ This is an angularjs project, currently it is a total rebuild of the forum origi ### Forum: * ***Create Category, both client and server.*** * ***Create Topic, both client and server.*** -* **Create Post/Reply, both client and server.** +* ***Create Post/Reply, both client and server.*** * ***Fix and test signup.*** -* Create edit post functionality. -* Create delete post functionality. +* ***Create edit post functionality.*** +* ***Create delete post functionality.*** * Menu only shows applicable items based on user level. * Update server/client/cookie to include all user info. * implement correct session with server. diff --git a/styles/h5.css b/styles/h5.css index 87ee684..e9dff65 100644 --- a/styles/h5.css +++ b/styles/h5.css @@ -16,9 +16,6 @@ header{ } article{ - margin-top: 5px; - border: 5px dashed pink; - border-top: none; float: left; padding: 20px 30px; text-align: left; @@ -78,8 +75,6 @@ input, label, textarea, select { nav { margin-top: 2.5%; float: left; - border: 5px dashed pink; - border-bottom: none; /* avoid a double border */ clear: both; /* clear:both makes sure the content div doesn't float next to this one but stays under it */ width:95%; height:50px; @@ -169,6 +164,7 @@ nav .userbar { .border { border: 3px dashed pink; + background-color: rgb(25, 25, 25); padding: 25px; } @@ -181,7 +177,8 @@ nav .userbar { table { text-align: left; border-collapse: collapse; - width: 100%; + width: fit-content; + margin: auto; } table, td, th { diff --git a/views/home.html b/views/home.html index 9986835..15da4ac 100644 --- a/views/home.html +++ b/views/home.html @@ -1,10 +1,8 @@
-
+

{{titles.main.heading}}

-
- -
+

{{titles.recent.heading}}


diff --git a/views/topics.html b/views/topics.html index 7b79c5c..849b7fe 100644 --- a/views/topics.html +++ b/views/topics.html @@ -1,6 +1,10 @@
+

{{topic.topicSubject}}

by {{topic.posts[0].user.userName}}


+
+ +
{{topic.topicSubject}}