mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
technical debt: updated names, style
This commit is contained in:
parent
f670d50d49
commit
933d39e643
4 changed files with 7 additions and 4 deletions
|
@ -868,7 +868,7 @@ a:hover {
|
|||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.col-xs-6, .col-xs-9 {
|
||||
.col-xs-8, .col-xs-10 {
|
||||
float: none;
|
||||
margin: 0 auto;
|
||||
}
|
|
@ -55,6 +55,9 @@ div.bhoechie-tab-menu div.list-group>a:first-child{
|
|||
div.bhoechie-tab-menu div.list-group>a:last-child{
|
||||
border-bottom-right-radius: 0;
|
||||
-moz-border-bottom-right-radius: 0;
|
||||
background-color: #3d3d3d;
|
||||
background-image: url('../images/sep-half.png');
|
||||
color: #ffffff;
|
||||
border-color: #383737;
|
||||
}
|
||||
div.bhoechie-tab-menu div.list-group>a.active,
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<!-- Bootstrap core CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="/css/main2.css" rel="stylesheet">
|
||||
<link href="/css/main.css" rel="stylesheet">
|
||||
<link href="css/tabs.css" rel="stylesheet">
|
||||
<link href="css/font-style.css" rel="stylesheet">
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
% include('header_main.tpl')
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-3">
|
||||
<div class="col-xs-8 col-sm-4 col-md-3 col-lg-3">
|
||||
<div class="dash-unit bhoechie-tab-container">
|
||||
<dtitle>
|
||||
<span aria-hidden="true" class="li_user fs1"></span>
|
||||
|
@ -15,7 +15,7 @@
|
|||
title="{{globals['name']}}">
|
||||
</div><!-- /.dash-unit -->
|
||||
</div><!-- /.col -->
|
||||
<div class="col-xs-9 col-sm-7 col-md-8 col-lg-8 col-xl-8">
|
||||
<div class="col-xs-10 col-sm-7 col-md-8 col-lg-8 col-xl-8">
|
||||
<div class="dash-unit bhoechie-tab-container">
|
||||
<ul class="nav nav-tabs" role="tablist">
|
||||
<li role="presentation" class="col-lg-4 col-md-4 col-sm-4 col-xs-4 col-xl-4 active">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue