app/css/app.css in storys-0.0.5 vs app/css/app.css in storys-0.0.6
- old
+ new
@@ -14,81 +14,16 @@
h4 { margin-top: 0; margin-bottom: 0.6em; text-align: left; }
.clear { clear: both; }
#wrapper {
- padding: 40px;
+ padding: 30px;
+ margin-top: 51px;
}
-.paginator {
- position: fixed;
- width: 100px;
- z-index: 10000;
-
- opacity: 0;
- font-size: 20px;
- font-weight: bold;
+#navbar-content-target {
text-align: center;
- color: #ffffff;
-
- /* Internet Explorer 10 */
- display: -ms-flexbox;
- -ms-flex-pack: center;
- -ms-flex-align: center;
-
- /* Firefox */
- display: -moz-box;
- -moz-box-pack: center;
- -moz-box-align: center;
-
- /* Safari, Opera, and Chrome */
- display: -webkit-box;
- -webkit-box-pack: center;
- -webkit-box-align: center;
-
- /* W3C */
- display: box;
- box-pack: center;
- box-align: center;
}
-.paginator:active {
- background-color: #000000;
- opacity: 0.4;
-}
-
-.paginator:hover {
- cursor: pointer;
-}
-
-#page-back {
- top: 0;
- bottom: 0;
- left: 0;
-}
-
-#page-next {
- top: 0;
- bottom: 0;
- right: 0;
-}
-
-#page-back-10 {
- bottom: 0;
- left: 0;
- height: 100px;
- z-index: 10001;
-}
-
-#page-next-10 {
- bottom: 0;
- right: 0;
- height: 100px;
- z-index: 10001;
-}
-
-#page-home {
- top: 0;
- left: 0;
- height: 100px;
- z-index: 10001;
+.navbar-nav.navbar-right:last-child {
+ margin-right: 0 !important;
}