partial_zip의 style부분 site.css쪽으로 분리
string lang = (string)ViewData["lang"];\r
}\r
\r
-<style>\r
- .webzip-btn-formatstyle input {\r
- margin-left: 10px;\r
- }\r
-\r
- ul {\r
- padding-left: 20px;\r
- list-style: none;\r
- }\r
-\r
- #zipExplore label {\r
- display: inline;\r
- }\r
-\r
- .webzip-explore-placeholder {\r
- border: 1px solid red;\r
- }\r
-\r
- .webzip-explore-liEmpty {\r
- margin-top: -22px;\r
- line-height: 1.8;\r
- }\r
-\r
- #zipExplore ul li {\r
- line-height: 1.5;\r
- }\r
-</style>\r
-\r
<div class="col-sm-5 webzip-section-sidezip">\r
<!-- Section Set Option -->\r
<table class="table table-hover">\r
\r
.webzip-section-explore label {\r
display: block;\r
+}\r
+\r
+.webzip-btn-formatstyle input {\r
+ margin-left: 10px;\r
+}\r
+\r
+ul {\r
+ padding-left: 20px;\r
+ list-style: none;\r
+}\r
+\r
+#zipExplore label {\r
+ display: inline;\r
+}\r
+\r
+.webzip-explore-placeholder {\r
+ border: 1px solid red;\r
+}\r
+\r
+.webzip-explore-liEmpty {\r
+ margin-top: -22px;\r
+ line-height: 1.8;\r
+}\r
+\r
+#zipExplore ul li {\r
+ line-height: 1.5;\r
}
\ No newline at end of file