Skip to content

Commit da74bc3

Browse files
author
Ghost1227
committed
Update stylesheets
1 parent 5759cf7 commit da74bc3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

assets/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ a{outline:0 !important}
7979
#redux-container #expand_options.expanded{background:url(../img/toggle_tabs.png) no-repeat -2px -1px}
8080
#redux-container #expand_options:hover{border-color:#888}
8181
#redux-header{background:#f1f1f1;border:1px solid #ccc;-webkit-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;background-image:-ms-linear-gradient(top, #f9f9f9, #ececec);background-image:-moz-linear-gradient(top, #f9f9f9, #ececec);background-image:-o-linear-gradient(top, #f9f9f9, #ececec);background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(top, #f9f9f9, #ececec);-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}
82-
#redux-header .logo{float:left;margin:20px 10px}
83-
#redux-header .logo h2{display:inline-block;font-style:normal;padding-right:5px}
84-
#redux-header .logo span{color:#888}
82+
#redux-header .display_header{float:left;margin:20px 10px}
83+
#redux-header .display_header h2{display:inline-block;font-style:normal;padding-right:5px}
84+
#redux-header .display_header span{color:#888}
8585
#redux-header .icon32{float:right;margin:16px 16px 0}
8686
.redux-timer{text-align:center;font-size:10px;color:#888}
8787
.sticky-footer-fixed{background:#f3f3f3;border-top:1px solid #d8d8d8 !important;-moz-box-shadow:inset 0 1px 0 #fcfcfc;-webkit-box-shadow:inset 0 1px 0 #fcfcfc;box-shadow:inset 0 1px 0 #fcfcfc}

assets/css/style.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,17 +577,17 @@ border: 1px solid #e5e5e5;
577577
-webkit-box-shadow: inset 0 1px 0 #fff;
578578
box-shadow: inset 0 1px 0 #fff;
579579
}
580-
#redux-header .logo {
580+
#redux-header .display_header {
581581
float: left;
582582
margin:20px 10px;
583583
}
584584

585-
#redux-header .logo h2 {
585+
#redux-header .display_header h2 {
586586
display:inline-block;
587587
font-style:normal;
588588
padding-right:5px;
589589
}
590-
#redux-header .logo span {
590+
#redux-header .display_header span {
591591
color:#888888;
592592
}
593593
#redux-header .icon32 {

0 commit comments

Comments
 (0)