Skip to content

Commit

Permalink
Fixing img size
Browse files Browse the repository at this point in the history
  • Loading branch information
farnots committed Nov 22, 2017
1 parent 5a9890e commit 1cd0123
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 58 deletions.
10 changes: 5 additions & 5 deletions Notes/Exemples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Markdown is the best way to write stuff, from a simple draft to a more complexe

### Screenshots

![Sceenshot 1](../../../screenshots/screenshot_1.png)
![Sceenshot 2](../../screenshots/screenshot_2.png)
![Sceenshot 3](../../screenshots/screenshot_3.png)
![Sceenshot 4](../../screenshots/screenshot_4.png)
![Sceenshot 5](../../screenshots/screenshot_5.png)
![Sceenshot 1](./screenshots/screenshot_1.png)
![Sceenshot 2](./screenshots/screenshot_2.png)
![Sceenshot 3](./screenshots/screenshot_3.png)
![Sceenshot 4](./screenshots/screenshot_4.png)
![Sceenshot 5](./screenshots/screenshot_5.png)


## Installation
Expand Down
57 changes: 5 additions & 52 deletions css/perso.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#wrapper {
padding-left: 250px;
transition: all 0.4s ease 0s;
img{
width:100%;
max-width:800px;
display: block;
margin: 0 auto;
}

.navbar {
Expand All @@ -10,55 +12,6 @@
.nav-inside {
margin-top: 16px;
}
#sidebar-wrapper {
margin-left: -250px;
top:56px;
left: 250px;
width: 250px;
background: #343a40;
position: fixed;
height: 100%;
overflow-y: auto;
z-index: 1000;
transition: all 0.4s ease 0s;
}

#page-content-wrapper {
width: 100%;
}

.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
list-style: none;
margin: 0;
padding: 0;
}

@media (max-width:767px) {

#wrapper {
padding-left: 0;
}

#sidebar-wrapper {
left: 0;
}

#wrapper.active {
position: relative;
left: 250px;
}

#wrapper.active #sidebar-wrapper {
left: 250px;
width: 250px;
transition: all 0.4s ease 0s;
}

}

table {
width: 100%;
max-width: 100%;
Expand Down
16 changes: 15 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

**WebDown** is the easiest way to put a basic *markdown* folder on the web without complexity. It's a simple php-application based on folder and not on any database.

[TOC]
- WebDown
- What is WebDown ?
- Why another "markdown on the web" ?
- Features
- Screenshots
- Installation
- Requierements
- Installation
- Get the project
- Add your folder
- Configuration
- Change the folder name
- Change the code highlight theme
- Roadmap
- Acknowledgment

## What is WebDown ?

Expand Down

0 comments on commit 1cd0123

Please sign in to comment.