assets/index.html in ringleader-1.0.3 vs assets/index.html in ringleader-1.1.0

- old
+ new

@@ -11,12 +11,11 @@ <style> body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the top bar */ } .app { - padding-bottom: 5px; - margin-bottom: 5px; + padding: 5px 0; border-bottom: 1px solid #CCC; clear: both; } .app:last-child { border-bottom: 0; @@ -32,9 +31,12 @@ margin-right: 20px; font-weight: bold; } .app .buttons { text-align: right; + } + .app:nth-child(even) { + background-color: #eeeeee; } .loading { padding-top: 5px; height: 23px; /* 23 + 5 = 28, height of buttons */ }