diff --git a/static/css/blogs.css b/static/css/blogs.css
index b248dc0..091a9d9 100644
--- a/static/css/blogs.css
+++ b/static/css/blogs.css
@@ -61,3 +61,4 @@
text-align: center
}
+
diff --git a/static/css/common.css b/static/css/common.css
index 9e243c9..1b4f3c4 100644
--- a/static/css/common.css
+++ b/static/css/common.css
@@ -121,4 +121,7 @@ a{
}
.pagination ul .active a{
color: #fff;
+}
+.breadcrumb-container{
+ padding: 20px;
}
\ No newline at end of file
diff --git a/static/css/login.css b/static/css/login.css
index 68137dc..4ea643f 100644
--- a/static/css/login.css
+++ b/static/css/login.css
@@ -1,5 +1,5 @@
.login-root {
- background: url("/static/img/login.png") no-repeat;
+ background: #f0e7db url("/static/img/login.png") no-repeat;
position: absolute;
min-height: 100%;
width: 100%;
diff --git a/views/note.html b/views/note.html
index b00706b..6618d98 100644
--- a/views/note.html
+++ b/views/note.html
@@ -11,11 +11,14 @@
-
+
+
+
+
-
+