Skip to content

Commit

Permalink
Updating to Bootstrap v.2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akoprow committed Mar 28, 2012
1 parent c0b9362 commit 9d7e3bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
color: #0BC;
}
pre {
color: white !important;
display: block !important;
white-space: pre !important;
font-family: monospace !important;
Expand Down
7 changes: 4 additions & 3 deletions src/webshell.opa
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// author: Henri Binsztok
// author: Adam Koprowski (adding Facebook-connectivity)

import stdlib.themes.bootstrap.v1.4.0
import stdlib.themes.bootstrap
import stdlib.widgets.bootstrap

WB = WBootstrap
Expand Down Expand Up @@ -79,11 +79,12 @@ function login_box() {

function page() {
topbar =
WB.Navigation.topbar(
WB.Navigation.fixed_navbar(
WB.Layout.fixed(
WB.Navigation.brand(<>webshell</>, none, ignore) <+>
{login_box()}
)
),
{top}
)
html = WB.Layout.fixed(
<div id="terminal">
Expand Down

0 comments on commit 9d7e3bb

Please sign in to comment.