Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesm committed Jul 17, 2015
1 parent 9863e81 commit 6476b1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
Binary file added front/.form.css.swp
Binary file not shown.
20 changes: 1 addition & 19 deletions front/form.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
@charset utf-8

<<<<<<< HEAD
@import url(http://notosanskr-hestia.s3-website-ap-northeast-1.amazonaws.com/stylesheets/NotoSansKR-Hestia.css);

*{font-family: 'Noto Sans Korean',sans-serif;}
=======
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
>>>>>>> 40bf0b1dcca9052ab7d51b84c2a13322cb81ea6b

@-webkit-keyframes bounceIn{
0% {
Expand Down Expand Up @@ -104,15 +100,9 @@



<<<<<<< HEAD
* { margin: 0; padding: 0; }
body { margin: 0; padding: 0; }
div { margin: 0; padding: 0; }
=======
* { margin: 0; padding: 0; font-family: 'Nanum Gothic', sans-serif; -moz-font-family: 'Nanum Gothic', sans-serif; }
body { margin: 0; padding: 0; font-family: 'Nanum Gothic', sans-serif; }
div { margin: 0; padding: 0; }
>>>>>>> 40bf0b1dcca9052ab7d51b84c2a13322cb81ea6b
ul { margin: 0; padding: 0; }
li { margin: 0; padding: 0; list-style-type: none; }
a { text-decoration: none; }
Expand Down Expand Up @@ -186,10 +176,6 @@ nav{
width: 900px;
height: 30px;
margin: 0px auto;
<<<<<<< HEAD
border: 1px solid black;
=======
>>>>>>> b50451c72be6eaf3b2c5126e3f95f90fcd7d4e9b
border-top: none;
border-bottom: none;
}
Expand All @@ -214,11 +200,7 @@ nav ul li:hover{


#contents{
<<<<<<< HEAD
// border: 1px solid #101020;
=======
// border: 1px solid;
>>>>>>> 40bf0b1dcca9052ab7d51b84c2a13322cb81ea6b
width: 900px;
margin: 0px auto;
}
Expand Down Expand Up @@ -350,4 +332,4 @@ html {
scrollbar-DarkShadow-Color: #000;
scrollbar-Highlight-Color: #000;
scrollbar-Shadow-Color: #000;
}
}

0 comments on commit 6476b1f

Please sign in to comment.