소스 검색

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-live

lrf402788946 5 년 전
부모
커밋
a3ab27bd8c
2개의 변경된 파일14개의 추가작업 그리고 8개의 파일을 삭제
  1. 7 4
      public/static/css/style.css
  2. 7 4
      src/style/style.css

+ 7 - 4
public/static/css/style.css

@@ -871,10 +871,13 @@ p {
 }
 
 .supertop p:last-child {
-	float: left;
-	height: 40px;
-	line-height: 40px;
-	margin: 0 0 0 10px;
+  float: right;
+  height: 40px;
+  line-height: 40px;
+  font-size: 20px;
+  color: #000;
+  font-weight: bold;
+  font-family: cursive;
 }
 
 .supertop p:last-child button {

+ 7 - 4
src/style/style.css

@@ -871,10 +871,13 @@ p {
 }
 
 .supertop p:last-child {
-	float: left;
-	height: 40px;
-	line-height: 40px;
-	margin: 0 0 0 10px;
+  float: right;
+  height: 40px;
+  line-height: 40px;
+  font-size: 20px;
+  color: #000;
+  font-weight: bold;
+  font-family: cursive;
 }
 
 .supertop p:last-child button {