Skip to content

Instantly share code, notes, and snippets.

@thanpolas
Created December 11, 2012 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanpolas/4258350 to your computer and use it in GitHub Desktop.
Save thanpolas/4258350 to your computer and use it in GitHub Desktop.
Untitled
.codeblock {
width: 600px;
height: 200px;
background-color: yellow;
display: block;
}
.lineno {
background-color: #ddd;
width: 60px;
}
.code {
background-color: #ccc;
overflow: auto;
text-align:left;
}
.code pre {
overflow: auto;
}
<table class="codeblock">
<tr>
<td class="lineno">
<pre>
1
2
3
</pre>
</td>
<td class="code">
<pre>
a realy long line that needs to get overflowed a realy long line that needs to get overflowed
Another line that needs overflow Another line that needs overflow Another line that needs overflow
and a normal one
</pre>
</td>
</tr>
</table>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment