Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
add fluid container
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreau committed Nov 26, 2013
1 parent b8115c8 commit 3ffb409
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@
iframe {
border: 1px solid black;
}
.container-fluid {
padding: 0px 15px;
}
</style>
</head>
<body ng-app="wWSmADapp" ng-controller="LiveWritingCtrl">
<div class="container" ng-repeat="lwDoc in lwDocs">
<div class="container-fluid" ng-repeat="lwDoc in lwDocs">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
Expand Down

0 comments on commit 3ffb409

Please sign in to comment.