모바일 버전으로 링크 삭제

This commit is contained in:
whitedot
2013-02-26 16:41:51 +09:00
parent 2bae1f2a90
commit b287a897b1
3 changed files with 11 additions and 7 deletions

View File

@ -8,6 +8,8 @@
#test {float:left;background:#ddd}
#testb {float:left;background:#eee}
p {clear:both;margin:10px;border-top:1px solid #ddd}
textarea::selection{background:#98d33c;color:#fff;}
</style>
</head>
<body>
@ -17,5 +19,10 @@ p {clear:both;margin:10px;border-top:1px solid #ddd}
<div id="testb">2</div>
</div>
<p>111213123232312</p>
<textarea style="background:#000;color:#fff"></textarea>
</body>
</html>