Mercurial > zeropaste
comparison app/assets/stylesheets/pastes.scss @ 370:5a4d31e97937
Remove extra file extensions.
author | edogawaconan <me@myconan.net> |
---|---|
date | Tue, 14 Apr 2015 00:22:07 +0900 |
parents | app/assets/stylesheets/pastes.css.scss@5ac923264129 |
children |
comparison
equal
deleted
inserted
replaced
369:c0d4e6115642 | 370:5a4d31e97937 |
---|---|
1 textarea#paste_paste, .mirrored_text { | |
2 font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | |
3 resize: none; | |
4 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ | |
5 -moz-box-sizing: border-box; /* Firefox, other Gecko */ | |
6 box-sizing: border-box; /* Opera/IE 8+ */ | |
7 } | |
8 | |
9 #pl > pre { | |
10 word-break: normal; | |
11 } | |
12 | |
13 #paste-show > div, | |
14 #paste-show > ul, | |
15 .edit_paste { | |
16 margin-bottom: 20px; | |
17 } | |
18 | |
19 #paste_key { | |
20 border-radius: 4px 0 0 4px; | |
21 } | |
22 | |
23 .input-url1 { | |
24 display: none; | |
25 } |