Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	Awful.apk/src/main/AndroidManifest.xml
#	Awful.apk/src/main/assets/changelog.html
  • Loading branch information
Sereri committed Dec 20, 2018
2 parents deb6606 + 6d7d79f commit 38529cb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 4 additions & 0 deletions Awful.apk/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

<main>
<section>
<h2>3.6.1</h2>
<ul>
<li>Had a serious talk with the post menu button about breaking the layout. It is very sorry and promised to not do it again.</li>
</ul>
<h2>3.6.0</h2>
<ul>
<li>Now with leper's colony. Enjoy reading about why you were banned (hint: it's for posting badly)</li>
Expand Down
6 changes: 3 additions & 3 deletions Awful.apk/src/main/assets/css/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ body {

.postcontent {
padding: 5px;
margin: 5px 15px 0;
margin: 5px 5px 0;
border: none;
}

.postcontent .bbc-block {
border-left: 2px solid #eae9ea;
margin: 5px 0 5px 5px;
padding: 5px 10px 5px 15px;
margin: 5px 0;
padding: 5px 10px;
}

.postcontent .self {
Expand Down
7 changes: 2 additions & 5 deletions Awful.apk/src/main/assets/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@
.postmenu {
font-weight: bolder;
font-size: 1.7em;
width: 10px;
height: 30px;
padding: 0 10px;
margin-left: 10px;
display: contents;
}

.postmenu:after {
Expand All @@ -46,9 +43,9 @@
display: inline-block;
-webkit-user-select: none;
user-select: none;
margin-left: -20px;
margin-top: -10px;
padding: 10px;
height: 100%;
}

.postcontent {
Expand Down
1 change: 0 additions & 1 deletion Awful.apk/src/main/assets/css/oled.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ body {
.postheader {
vertical-align: top;
clear: left;
overflow: hidden;
border: 0;
border-bottom: 1px solid #e7e7e7;
border-top: 1px solid #e7e7e7;
Expand Down

0 comments on commit 38529cb

Please sign in to comment.