Skip to content

Commit

Permalink
Fixing Code word-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixfox committed May 20, 2024
1 parent 1c4b0fa commit 8a75fbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
4 changes: 0 additions & 4 deletions _src/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ body {
margin-left:auto;
margin-right:auto;
background: url('http://matrixfox.com/images/stressed_linen.png') center center;
// wordpress
//background: url('/wp-content/themes/ocultism/images/stressed_linen.png') center center;
background-color: #000;
color: #fff;
word-wrap:break-word;
}
img {
max-width: @fluid-max-width;
Expand Down Expand Up @@ -191,7 +188,6 @@ body {
background: url('/images/stressed_linen.png') center center;
background-color: #000;
color: #fff;
word-wrap:break-word;
}

a {
Expand Down
10 changes: 5 additions & 5 deletions _src/less/reset.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
pre {
word-break: normal;
word-wrap: normal;
}

h1, h2, h3 {
margin-top: 0px;
margin-bottom: 0px;
Expand All @@ -8,14 +13,9 @@ margin: 0 0 0px;
button:focus {
outline: -webkit-focus-ring-color none;
}
code {
white-space: normal;
}

.nav>li>a {
padding: 10px 0px;
//wordpress
// padding: 0px 0px;
}

.navbar {
Expand Down
9 changes: 4 additions & 5 deletions stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* Variables
*/
/* Override Hosted Cascading Style Sheets */
pre {
word-break: normal;
word-wrap: normal;
}
h1,
h2,
h3 {
Expand All @@ -15,9 +19,6 @@ p {
button:focus {
outline: -webkit-focus-ring-color none;
}
code {
white-space: normal;
}
.nav > li > a {
padding: 10px 0px;
}
Expand Down Expand Up @@ -137,7 +138,6 @@ body {
background: url('http://matrixfox.com/images/stressed_linen.png') center center;
background-color: #000;
color: #fff;
word-wrap: break-word;
}
img {
max-width: 100%;
Expand Down Expand Up @@ -273,7 +273,6 @@ body {
background: url('/images/stressed_linen.png') center center;
background-color: #000;
color: #fff;
word-wrap: break-word;
}
a {
color: #f21d2f;
Expand Down

0 comments on commit 8a75fbf

Please sign in to comment.