Finished iteration D.3 in chapter 9
[depot.git] / public / stylesheets / depot.css
index bf77b4bd521c747695f222b5aea7359032a8684d..a8d7cc65b3e84cbc5a0686337609cb48c6896443 100644 (file)
@@ -184,6 +184,22 @@ h1 {
 }
 /* END:cartmain */
 
+/* START:cartside */
+/* Styles for the cart in the sidebar */
+
+#cart, #cart table {
+  font-size: smaller;
+  color:     white;
+}
+
+#cart table {
+  border-top:    1px dotted #595;
+  border-bottom: 1px dotted #595;
+  margin-bottom: 10px;
+}
+/* END:cartside */
+
+
 
 /* The error box */