X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=4085ff4c0dc336f6b32e9171ffbe91f97e01b358;hb=aefbc42eea7ef293b2fe6db72158e3494a742000;hp=93acc89a5bda0cd9f440dfbc12e91ac85b1c68fe;hpb=33ee13fe36bce8c6ea1a9aeaca06532eec00286a;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index 93acc89..4085ff4 100644 --- a/css/custom.css +++ b/css/custom.css @@ -11,30 +11,6 @@ footer{ color: #777; } -#logo { - margin: 5em auto 2em; - display: block; -} - -h1 { - font-size: 2em !important; -} - -.txtstuff { - overflow: hidden; -} - -.hiddendiv { - display: none; - white-space: pre-wrap; - word-wrap: break-word; - overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ -} - -a.thumbnail { - border: none !important; -} - div.container-fluid { padding: 0 15px; } @@ -55,11 +31,6 @@ a.dropdown-toggle{ table-layout: fixed; } -#clock{ - float: right; - margin-right: 1em; -} - nav li{ padding: 5px; } @@ -97,6 +68,10 @@ ul.inline li:last-child:after { display: none !important; } -td.user, td.owner { +td.user, td.owner, .break-all { word-break: break-all; } + +ul.list-inline { + display: inline-block; +}