Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

aa.gusti / eis

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • eis
  • static
  • css
  • theme.css
  • aa.gusti's avatar
    eis · 088c91ba
    aa.gusti committed May 28, 2017
    088c91ba
theme.css 313 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.content-image {
    display: block;
}

.img-float {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 20px 10px 0;
    padding: 10px;
    border: 1px solid white;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 20px #ADADAD;
            box-shadow: inset 0 0 20px #ADADAD;
}    
}