ciclos

commit da4ed4d8dd7b1499df170b09054b79eea9f3996b

Author: Pedro Lucas Porcellis <pedrolucasporcellis@gmail.com>

Add a box class

 src/static/stylesheet.css | 8 ++++++++


diff --git a/src/static/stylesheet.css b/src/static/stylesheet.css
index 652301ddd97e5ed235dae58dc55075a0a2b10678..ca5bbd90a80c104f3afc78a725e77fe2bf4c40e3 100644
--- a/src/static/stylesheet.css
+++ b/src/static/stylesheet.css
@@ -235,3 +235,11 @@ .navbar ul li a {
   width: 100%;
   text-decoration: none;
 }
+
+.box {
+  background-color: #eee;
+}
+
+.box .box-header {
+  border-bottom: 1px solid #ddd;
+}