Skip to content

Commit

Permalink
webapps.pastebin: update css
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed May 19, 2022
1 parent bdeb7c4 commit 9b2d1f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions extra/webapps/pastebin/paste.xml
Expand Up @@ -17,7 +17,7 @@
<t:a t:href="$pastebin/paste.txt" t:query="id">Plain Text</t:a> |
<t:button t:action="$pastebin/delete-paste" t:for="id" class="link-button link">Delete Paste</t:button>

<pre class="description"><t:code t:name="contents" t:mode="mode" /></pre>
<pre class="code"><t:code t:name="contents" t:mode="mode" /></pre>

<t:bind-each t:name="annotations">

Expand All @@ -32,7 +32,7 @@
<t:a t:href="$pastebin/annotation.txt" t:query="id">Plain Text</t:a> |
<t:button t:action="$pastebin/delete-annotation" t:for="id" class="link-button link">Delete Annotation</t:button>

<pre class="description"><t:code t:name="contents" t:mode="mode"/></pre>
<pre class="code"><t:code t:name="contents" t:mode="mode"/></pre>

</t:bind-each>

Expand Down
9 changes: 4 additions & 5 deletions extra/webapps/pastebin/pastebin.css
@@ -1,9 +1,8 @@
pre.code {
border:1px dashed #ccc;
background-color:#f5f5f5;
padding:5px;
font-size:150%;
color:#000000;
border: 1px dashed #ccc;
background-color: #f5f5f5;
padding: 5px;
color: #000000;
}

table {
Expand Down

0 comments on commit 9b2d1f9

Please sign in to comment.